mode3
Dependencies: C12832_lcd EthernetInterface LM75B MMA7660 libxively mbed-rtos mbed
Fork of xively-jumpstart-demo_new by
app_board_io.h@10:86ffba646df1, 2013-10-14 (annotated)
- Committer:
- errordeveloper
- Date:
- Mon Oct 14 12:08:18 2013 +0000
- Revision:
- 10:86ffba646df1
- Parent:
- 7:0eff5db44b8b
Updated all dependencies and fixed issue with mixing C and C++
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
xively | 7:0eff5db44b8b | 1 | #include <stdarg.h> |
xively | 7:0eff5db44b8b | 2 | #include <stdio.h> |
xively | 7:0eff5db44b8b | 3 | |
errordeveloper | 10:86ffba646df1 | 4 | #ifdef __cplusplus |
errordeveloper | 10:86ffba646df1 | 5 | extern "C" |
errordeveloper | 10:86ffba646df1 | 6 | #endif |
errordeveloper | 10:86ffba646df1 | 7 | void lcd_printf( const char* fmt, ... ); |