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@20:653923c2f37a, 2016-09-08 (annotated)
- Committer:
- jmarkel44
- Date:
- Thu Sep 08 15:01:52 2016 +0000
- Revision:
- 20:653923c2f37a
- Child:
- 68:dbe39d83eb98
added cloud data handler and control task
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 | |
jmarkel44 | 20:653923c2f37a | 4 | void CloudDataHandler(void const *args); |
jmarkel44 | 20:653923c2f37a | 5 | |
jmarkel44 | 20:653923c2f37a | 6 | #endif |