Xively park working
Dependencies: C12832_lcd LM75B MMA7660 WiflyInterface libxively mbed-rtos mbed
Fork of IOT-Project-LED-ControlTelnet by
app_board_io.h@5:efa4a9eafe7d, 2014-06-07 (annotated)
- Committer:
- bhakti08
- Date:
- Sat Jun 07 01:04:41 2014 +0000
- Revision:
- 5:efa4a9eafe7d
IOT_Project_Xively;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bhakti08 | 5:efa4a9eafe7d | 1 | #include <stdarg.h> |
bhakti08 | 5:efa4a9eafe7d | 2 | #include <stdio.h> |
bhakti08 | 5:efa4a9eafe7d | 3 | |
bhakti08 | 5:efa4a9eafe7d | 4 | #ifdef __cplusplus |
bhakti08 | 5:efa4a9eafe7d | 5 | extern "C" |
bhakti08 | 5:efa4a9eafe7d | 6 | #endif |
bhakti08 | 5:efa4a9eafe7d | 7 | void lcd_printf( const char* fmt, ... ); |