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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Peripheral.h Source File

Peripheral.h

00001 #ifndef PERIPHERAL_H
00002 #define PERIPHERAL_H
00003 
00004 void closeRelay();
00005 void openRelay();
00006 
00007 #endif