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
modes.h@6:388d3c7efdd9, 2018-11-14 (annotated)
- Committer:
- pathfindr
- Date:
- Wed Nov 14 16:08:28 2018 +0000
- Revision:
- 6:388d3c7efdd9
- Parent:
- 0:94b743e06998
- Child:
- 9:b0a1535b8ef2
update
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pathfindr | 0:94b743e06998 | 1 | #define MODE_SETUP 0 |
| pathfindr | 6:388d3c7efdd9 | 2 | #define MODE_NORMAL 1 |
| pathfindr | 0:94b743e06998 | 3 | #define MODE_DORMANT 99 |
| pathfindr | 6:388d3c7efdd9 | 4 | #define MODE_OFF_48HRS 100 |
| pathfindr | 6:388d3c7efdd9 | 5 | |
| pathfindr | 6:388d3c7efdd9 | 6 | |
| pathfindr | 6:388d3c7efdd9 | 7 | //TASKS |
| pathfindr | 6:388d3c7efdd9 | 8 | |
| pathfindr | 6:388d3c7efdd9 | 9 | /* |
| pathfindr | 6:388d3c7efdd9 | 10 | Location - OperationMode, FixType, timeout, timesbitmap, |
| pathfindr | 6:388d3c7efdd9 | 11 | Environmental - Log interval, Broadcast Interval |
| pathfindr | 6:388d3c7efdd9 | 12 | Impact - Threshold, Log, AlarmBroadcast |
| pathfindr | 6:388d3c7efdd9 | 13 | Activity - G Threshold, T Threshold, Broadcast Interval |
| pathfindr | 6:388d3c7efdd9 | 14 | |
| pathfindr | 6:388d3c7efdd9 | 15 | */ |