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 murataDemo by
app_board_io.h@15:abc12b228291, 2014-05-27 (annotated)
- Committer:
- kishino
- Date:
- Tue May 27 01:36:56 2014 +0000
- Revision:
- 15:abc12b228291
- Parent:
- 10:86ffba646df1
Adjusted of parameters for Xively demo for using SNIC UART.
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, ... ); |
