Dreameforce 2013 giveaway demo
Dependencies: C12832_lcd EthernetInterface LM75B MMA7660 libxively mbed-rtos mbed
Fork of xively-dreamforce by
app_board_io.h@7:0eff5db44b8b, 2013-10-11 (annotated)
- Committer:
- xively
- Date:
- Fri Oct 11 12:39:08 2013 +0000
- Revision:
- 7:0eff5db44b8b
- Child:
- 10:86ffba646df1
Update to use latest version of libxively (in sync with git)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
xively | 7:0eff5db44b8b | 1 | #include "MMA7660.h" |
xively | 7:0eff5db44b8b | 2 | #include "LM75B.h" |
xively | 7:0eff5db44b8b | 3 | |
xively | 7:0eff5db44b8b | 4 | #include <stdarg.h> |
xively | 7:0eff5db44b8b | 5 | #include <stdio.h> |
xively | 7:0eff5db44b8b | 6 | |
xively | 7:0eff5db44b8b | 7 | #include "C12832_lcd.h" |
xively | 7:0eff5db44b8b | 8 | |
xively | 7:0eff5db44b8b | 9 | extern "C" void lcd_printf( const char* fmt, ... ); |