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@6:e64796f1f384, 2014-11-07 (annotated)
- Committer:
- IonSystems
- Date:
- Fri Nov 07 20:16:23 2014 +0000
- Revision:
- 6:e64796f1f384
- Child:
- 7:6ba00694f9cd
Recovered from the attack of Euan
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
IonSystems | 6:e64796f1f384 | 1 | enum stateMachine{ |
IonSystems | 6:e64796f1f384 | 2 | RED, |
IonSystems | 6:e64796f1f384 | 3 | GREEN, |
IonSystems | 6:e64796f1f384 | 4 | BLUE, |
IonSystems | 6:e64796f1f384 | 5 | BIN, |
IonSystems | 6:e64796f1f384 | 6 | OTHER; |
IonSystems | 6:e64796f1f384 | 7 | }; |