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.
AplicationLayer/DebugCommander.h@3:171f4d0ca77b, 2015-08-20 (annotated)
- Committer:
- nightseas
- Date:
- Thu Aug 20 11:36:01 2015 +0000
- Revision:
- 3:171f4d0ca77b
Add debug commander tool.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nightseas | 3:171f4d0ca77b | 1 | #ifndef _APP_DB_CMD_ |
nightseas | 3:171f4d0ca77b | 2 | #define _APP_DB_CMD_ |
nightseas | 3:171f4d0ca77b | 3 | |
nightseas | 3:171f4d0ca77b | 4 | //Debug interface with text menu through serial port |
nightseas | 3:171f4d0ca77b | 5 | //This function is a loop with exit option |
nightseas | 3:171f4d0ca77b | 6 | extern void DebugCommander(); |
nightseas | 3:171f4d0ca77b | 7 | |
nightseas | 3:171f4d0ca77b | 8 | #endif |