ControllerBox directs electromechanical equipment in restaurants to display information.

Dependencies:   TextLCD MbedJSONValue libMotiv picojson mbed-rtos mbed

Fork of Mbed_MotiVControllerBox by Tim Wöstemeier

Revision:
0:2279181caaa1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devices/Flower.cpp	Sat Oct 25 00:11:12 2014 +0000
@@ -0,0 +1,19 @@
+#include "Flower.h"
+#include "../MODSERIAL/MODSERIAL.h"
+//#include <cstdlib>
+
+
+Flower::Flower(MODSERIAL* ms)
+{
+    
+}
+
+Flower::~Flower()
+{
+    
+}
+
+void Flower::setLed(int state)
+{
+//    _msg = 
+}
\ No newline at end of file