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
states.h@28:24b02608fa5f, 2018-12-23 (annotated)
- Committer:
- pathfindr
- Date:
- Sun Dec 23 23:09:53 2018 +0000
- Revision:
- 28:24b02608fa5f
- Parent:
- 16:3bf5f1a5f869
- Child:
- 39:f767b8037475
gfd
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pathfindr | 16:3bf5f1a5f869 | 1 | #define STATE_SETUP 0 |
| pathfindr | 16:3bf5f1a5f869 | 2 | #define STATE_NORMAL 1 |
| pathfindr | 16:3bf5f1a5f869 | 3 | #define STATE_DORMANT 99 |
| pathfindr | 28:24b02608fa5f | 4 | #define STATE_BUTTONPRESS1 81 |
| pathfindr | 28:24b02608fa5f | 5 | #define STATE_BUTTONPRESS2 82 |
| pathfindr | 28:24b02608fa5f | 6 | #define STATE_BUTTONPRESS3 83 |
| pathfindr | 28:24b02608fa5f | 7 | #define STATE_BUTTONHOLD 89 |