Skeleton program for Federico's 4YP project.

Dependencies:   WebSocketClient WiflyInterface mbed messages

Fork of IoT_Ex by Damien Frost

Committer:
defrost
Date:
Tue Oct 04 13:19:19 2016 +0000
Revision:
1:4403f2ed1c1f
Parent:
source/iQ_Commands.cpp@0:c5607b31fb07
Child:
6:424e225d2a91
- Temperature sensor with injected channel conversion

Who changed what in which revision?

UserRevisionLine numberNew contents of line
defrost 0:c5607b31fb07 1 // *******************
defrost 0:c5607b31fb07 2 // * iQ_Commands.cpp *
defrost 0:c5607b31fb07 3 // *******************
defrost 0:c5607b31fb07 4 //
defrost 0:c5607b31fb07 5 // Created: 2016/03/24
defrost 0:c5607b31fb07 6 // By: Damien Frost
defrost 0:c5607b31fb07 7
defrost 0:c5607b31fb07 8 #include "StatusReg.h"
defrost 0:c5607b31fb07 9
defrost 0:c5607b31fb07 10 StatusReg IotStatus;