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.
debug_addon_graphique_ASCII/AnsiGraphicalConsole.h@40:ecef15b1dfad, 2017-01-31 (annotated)
- Committer:
- salco
- Date:
- Tue Jan 31 13:08:55 2017 +0000
- Revision:
- 40:ecef15b1dfad
change the place of my customization.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| salco | 40:ecef15b1dfad | 1 | #ifndef ANSIGRAPHICALCONSOLE_H |
| salco | 40:ecef15b1dfad | 2 | #define ANSIGRAPHICALCONSOLE_H |
| salco | 40:ecef15b1dfad | 3 | /** @file AnsiGraphicalConsole.h */ |
| salco | 40:ecef15b1dfad | 4 | //#define CONSOLE_DELAY_TEST |
| salco | 40:ecef15b1dfad | 5 | |
| salco | 40:ecef15b1dfad | 6 | #ifdef CONSOLE_DELAY_TEST |
| salco | 40:ecef15b1dfad | 7 | #include "mbed.h" |
| salco | 40:ecef15b1dfad | 8 | #endif |
| salco | 40:ecef15b1dfad | 9 | #define BUFFER_LIMIT 50 |
| salco | 40:ecef15b1dfad | 10 | void createSLbox(int posX, int posY, int height, int width,const char* title=0); |
| salco | 40:ecef15b1dfad | 11 | |
| salco | 40:ecef15b1dfad | 12 | void createDLbox(int posX, int posY, int height, int width,const char* title=0); |
| salco | 40:ecef15b1dfad | 13 | |
| salco | 40:ecef15b1dfad | 14 | void setText(int posX, int posY,const char* title); |
| salco | 40:ecef15b1dfad | 15 | |
| salco | 40:ecef15b1dfad | 16 | //voir un moyen de patcher les case coller |
| salco | 40:ecef15b1dfad | 17 | #endif |