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 Aug 08 11:05:57 2016 +0000
Revision:
139:f8ab852e83e7
Parent:
104:a3703ca4a4a4
Etisalat and Teleena APN.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
xinlei 104:a3703ca4a4a4 1 #ifndef PERIPHERAL_H
xinlei 104:a3703ca4a4a4 2 #define PERIPHERAL_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