Ion Systems / Mbed 2 deprecated Chipin_Main

Dependencies:   MCP23017 TCS3472_I2C WattBob_TextLCD mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers stateMachine.h Source File

stateMachine.h

00001 /*  enum StateMachine{
00002  *  An enumerated type representing the maintenance mode slider operations.
00003  */
00004 enum StateMachine{
00005     
00006     //Maintenance mode states
00007     RB_LEFT,
00008     RB_CENTRE,
00009     RB_RIGHT,
00010     GO_UP,
00011     GO_CENTRE,
00012     GO_DOWN,
00013     BR_LEFT,
00014     BR_RIGHT,
00015     R_PUSH,
00016     R_HOME,
00017     GB_LEFT,
00018     GB_CENTRE,
00019     GB_RIGHT,
00020     maintenanceEND
00021     };