Dreameforce 2013 giveaway demo

Dependencies:   C12832_lcd EthernetInterface LM75B MMA7660 libxively mbed-rtos mbed

Fork of xively-dreamforce by Ilya Dmitrichenko

Committer:
errordeveloper
Date:
Mon Nov 11 17:33:56 2013 +0000
Revision:
15:7443df31ff5b
Parent:
10:86ffba646df1
Child:
19:ca595d80895b
Control RGB LED from a thread using pots, control fan using GPIO via an NPN transistor

Who changed what in which revision?

UserRevisionLine numberNew 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 15:7443df31ff5b 7 void lcd_printf( const char* fmt, ... );
errordeveloper 15:7443df31ff5b 8
errordeveloper 15:7443df31ff5b 9 void rgbpwm_thread(void const *args);