Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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?

UserRevisionLine numberNew 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