Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MCP23017 TCS3472_I2C WattBob_TextLCD mbed-rtos mbed
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 };
Generated on Thu Jul 14 2022 19:06:18 by
1.7.2