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: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
SerialDiagnostics/SerialDiagnostics.h@19:3a817d2cef11, 2014-10-25 (annotated)
- Committer:
- martydd3
- Date:
- Sat Oct 25 16:48:09 2014 +0000
- Revision:
- 19:3a817d2cef11
Testing from basics;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| martydd3 | 19:3a817d2cef11 | 1 | #ifndef _SERIAL_DIAGNOSTICS_H |
| martydd3 | 19:3a817d2cef11 | 2 | #define _SERIAL_DIAGNOSTICS_H |
| martydd3 | 19:3a817d2cef11 | 3 | |
| martydd3 | 19:3a817d2cef11 | 4 | #include "MODSERIAL.h" |
| martydd3 | 19:3a817d2cef11 | 5 | #include "rtos.h" |
| martydd3 | 19:3a817d2cef11 | 6 | #include "IOobjects.h" |
| martydd3 | 19:3a817d2cef11 | 7 | |
| martydd3 | 19:3a817d2cef11 | 8 | namespace SerialDiagnostics { |
| martydd3 | 19:3a817d2cef11 | 9 | void thread_serialOut(void const *args); |
| martydd3 | 19:3a817d2cef11 | 10 | |
| martydd3 | 19:3a817d2cef11 | 11 | } |
| martydd3 | 19:3a817d2cef11 | 12 | |
| martydd3 | 19:3a817d2cef11 | 13 | #endif |
