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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
src/CloudDataHandler/CloudDataHandler.h@116:7337ed514891, 2016-09-22 (annotated)
- Committer:
- davidjhoward
- Date:
- Thu Sep 22 21:09:49 2016 +0000
- Revision:
- 116:7337ed514891
- Parent:
- 68:dbe39d83eb98
- Child:
- 125:f11cc566d073
Write log to EEPROM
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jmarkel44 | 20:653923c2f37a | 1 | #ifndef CLOUDDATAHANDLER_H |
jmarkel44 | 20:653923c2f37a | 2 | #define CLOUDDATAHANDLER_H |
jmarkel44 | 20:653923c2f37a | 3 | |
davidjhoward | 116:7337ed514891 | 4 | #define SETPOINT_CONTROL_MTYPE 100 |
davidjhoward | 116:7337ed514891 | 5 | #define TIMER_CONTROL_MTYPE 101 |
davidjhoward | 116:7337ed514891 | 6 | #define PID_CONTROL_MTYPE 102 |
davidjhoward | 116:7337ed514891 | 7 | |
davidjhoward | 116:7337ed514891 | 8 | #define INPUT_CONFIG_MTYPE 200 |
davidjhoward | 116:7337ed514891 | 9 | #define OUTPUT_CONFIG_MTYPE 201 |
davidjhoward | 116:7337ed514891 | 10 | #define VIRTUAL_CONFIG_MTYPE 203 |
davidjhoward | 116:7337ed514891 | 11 | |
davidjhoward | 116:7337ed514891 | 12 | #define EVENT_LOG_MTYPE 300 |
davidjhoward | 68:dbe39d83eb98 | 13 | |
jmarkel44 | 20:653923c2f37a | 14 | void CloudDataHandler(void const *args); |
jmarkel44 | 20:653923c2f37a | 15 | |
jmarkel44 | 20:653923c2f37a | 16 | #endif |