[tuxdroid-svn] r624 - firmware/tuxdefs
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2007-10-17 09:12:56
|
Author: Paul_R Date: 2007-10-17 11:12:57 +0200 (Wed, 17 Oct 2007) New Revision: 624 Modified: firmware/tuxdefs/commands.h Log: * Oups I forgot to update command.h in my previous commit... Modified: firmware/tuxdefs/commands.h =================================================================== --- firmware/tuxdefs/commands.h 2007-10-17 09:05:07 UTC (rev 623) +++ firmware/tuxdefs/commands.h 2007-10-17 09:12:57 UTC (rev 624) @@ -328,6 +328,16 @@ /* 1st parameter: battery level high byte */ /* 2nd parameter: battery level low byte */ /* 3rd parameter: battery measure status : 0 - motors off; 1 - motors on*/ + +#define STATUS_AUDIO_CMD 0xCC +/* 1st parameter: The number of the played sound. If no sound played, 0 */ +/* 2nd parameter: Programming steps : + * 0 : no programming + * 1 : Flash erased + * 2 : TOC + * 3 : Sounds track */ +/* 3rd parameter: The track number which is programming*/ + /* * Special commands */ |