Demo application of SNICInterface library for Murata TypeYD, which reports sensor data periodically to Xively cloud server . Hardware platform: mbed application board (https://mbed.org/cookbook/mbed-application-board), mbed LPC1768 (https://mbed.org/platforms/mbed-LPC1768/) and TypeYD.

Dependencies:   C12832 LM75B MMA7660 SNICInterface libxively mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers app_board_io.h Source File

app_board_io.h

00001 #include <stdarg.h>
00002 #include <stdio.h>
00003 
00004 #ifdef __cplusplus
00005 extern "C"
00006 #endif
00007 void lcd_printf( const char* fmt, ...  );