This code is used to transmit the temperature sensed by the mbed to the xively via wifly. The car is self controlled.

Dependencies:   C12832_lcd WiflyInterface libxively mbed-rtos mbed

Fork of Mode-1_PS2_Wifly_Xively by Bhakti Kulkarni

app_board_io.h

Committer:
bhakti08
Date:
2014-06-09
Revision:
6:9abfe16d39e0
Parent:
5:efa4a9eafe7d

File content as of revision 6:9abfe16d39e0:

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

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