Subversion Repositories FlightCtrl

Rev

Rev 2099 | Rev 2109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2099 Rev 2102
Line 6... Line 6...
6
 * An enumeration over the  start motors, stop motors, calibrate gyros
6
 * An enumeration over the  start motors, stop motors, calibrate gyros
7
 * and calibreate acc. meters commands.
7
 * and calibreate acc. meters commands.
8
 */
8
 */
9
#define COMMAND_NONE    0
9
#define COMMAND_NONE    0
10
#define COMMAND_GYROCAL 1
10
#define COMMAND_GYROCAL 1
-
 
11
#define COMMAND_CHMOD   2
Line 11... Line 12...
11
 
12
 
Line 12... Line 13...
12
void commands_handleCommands(void);
13
void commands_handleCommands(void);