Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
72:3754b352f156
Parent:
67:49f266601d83
Child:
74:03ccf04998b5
--- a/src/OutputTask/OutputTask.h	Fri Sep 16 20:54:07 2016 +0000
+++ b/src/OutputTask/OutputTask.h	Fri Sep 16 21:42:11 2016 +0000
@@ -6,4 +6,9 @@
 
 #define OUTPUT_STR  "output"
 
+typedef enum {
+    CONTROL_OFF = 0,
+    CONTROL_ON  = 1
+} ControlState;
+
 #endif
\ No newline at end of file