ControllerBox directs electromechanical equipment in restaurants to display information.

Dependencies:   EthernetInterface HTTPClient_KVplus MbedJSONValue SDFileSystem TextLCD mbed-rtos mbed picojson

Committer:
TimWoo
Date:
Sat Oct 25 00:11:12 2014 +0000
Revision:
0:2279181caaa1
Initial Version,; Bare classes made for the main application and the devices that will be controlled.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
TimWoo 0:2279181caaa1 1 #include "Flower.h"
TimWoo 0:2279181caaa1 2 #include "../MODSERIAL/MODSERIAL.h"
TimWoo 0:2279181caaa1 3 //#include <cstdlib>
TimWoo 0:2279181caaa1 4
TimWoo 0:2279181caaa1 5
TimWoo 0:2279181caaa1 6 Flower::Flower(MODSERIAL* ms)
TimWoo 0:2279181caaa1 7 {
TimWoo 0:2279181caaa1 8
TimWoo 0:2279181caaa1 9 }
TimWoo 0:2279181caaa1 10
TimWoo 0:2279181caaa1 11 Flower::~Flower()
TimWoo 0:2279181caaa1 12 {
TimWoo 0:2279181caaa1 13
TimWoo 0:2279181caaa1 14 }
TimWoo 0:2279181caaa1 15
TimWoo 0:2279181caaa1 16 void Flower::setLed(int state)
TimWoo 0:2279181caaa1 17 {
TimWoo 0:2279181caaa1 18 // _msg =
TimWoo 0:2279181caaa1 19 }