Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SNICInterface mbed-rtos mbed
Fork of SNIC-xively-jumpstart-demo by
Diff: app_board_io.h
- Revision:
- 10:86ffba646df1
- Parent:
- 7:0eff5db44b8b
diff -r c5dc85d192e2 -r 86ffba646df1 app_board_io.h --- 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
