
Skeleton program for Federico's 4YP project.
Dependencies: WebSocketClient WiflyInterface mbed messages
Fork of IoT_Ex by
source/iQ_Commands.cpp@0:c5607b31fb07, 2016-10-04 (annotated)
- Committer:
- defrost
- Date:
- Tue Oct 04 11:34:47 2016 +0000
- Revision:
- 0:c5607b31fb07
- Initial Commit
Who changed what in which revision?
User | Revision | Line number | New 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; |