Connections to Xively working; has 5 channels on Xively (axl_x, axl_y, axl_z, heater_status, temperature)

Dependencies:   C12832_lcd EthernetInterface LM75B MMA7660 NTPClient 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, ...  );