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

app_board_io.h

Committer:
kishino
Date:
2014-11-25
Revision:
27:6949291ca38d
Parent:
10:86ffba646df1

File content as of revision 27:6949291ca38d:

#include <stdarg.h>
#include <stdio.h>

#ifdef __cplusplus
extern "C"
#endif
void lcd_printf( const char* fmt, ...  );