The car is controlled by the PS2 controller and the temperature is sent on xively via the wifly.

Dependencies:   C12832_lcd WiflyInterface libxively mbed-rtos mbed LM75B MMA7660

Fork of IOT-Project-Wifly-Xively by Bhakti Kulkarni

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, ...  );