Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Committer:
xinlei
Date:
Mon Apr 20 15:04:23 2015 +0000
Revision:
94:61d44636f020
Parent:
93:0acd11870c6a
Integration of new device push code base.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vwochnik 65:a62dbef2f924 1 #ifndef DEVICEFEEDBACK_H
vwochnik 65:a62dbef2f924 2 #define DEVICEFEEDBACK_H
vwochnik 65:a62dbef2f924 3
xinlei 94:61d44636f020 4 void closeRelay();
xinlei 94:61d44636f020 5 void openRelay();
vwochnik 65:a62dbef2f924 6
vwochnik 65:a62dbef2f924 7 #endif