set led to common anode
Dependencies: C12832_lcd EthernetInterface LM75B MMA7660 libxively mbed-rtos mbed
Fork of xively-dreamforce by
Diff: app_board_io.h
- Revision:
- 10:86ffba646df1
- Parent:
- 7:0eff5db44b8b
- Child:
- 15:7443df31ff5b
--- a/app_board_io.h Mon Oct 14 11:58:41 2013 +0100 +++ b/app_board_io.h Mon Oct 14 12:08:18 2013 +0000 @@ -1,9 +1,7 @@ -#include "MMA7660.h" -#include "LM75B.h" - #include <stdarg.h> #include <stdio.h> -#include "C12832_lcd.h" - -extern "C" void lcd_printf( const char* fmt, ... ); \ No newline at end of file +#ifdef __cplusplus +extern "C" +#endif +void lcd_printf( const char* fmt, ... ); \ No newline at end of file