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: aconno_I2C Lis2dh12 WatchdogTimer
Diff: states.h
- Revision:
- 57:066dfbe8b4b9
- Parent:
- 51:9078e6928412
diff -r efd9f5613549 -r 066dfbe8b4b9 states.h --- a/states.h Fri Aug 09 14:22:21 2019 +0000 +++ b/states.h Thu Feb 13 00:57:06 2020 +0000 @@ -1,9 +1,7 @@ #define STATE_SETUP 0 #define STATE_NORMAL 1 -#define STATE_DORMANT 99 +#define STATE_LAUNCH 2 +#define STATE_ALARM 4 #define STATE_BUTTONPRESS1 81 #define STATE_BUTTONPRESS3 82 -#define STATE_BUTTONPRESS5 83 -#define STATE_TURNOFF 88 -#define STATE_TURNON 89 #define STATE_SCORCHEDEARTH 90 \ No newline at end of file