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.
AnsiGraphicalConsole.h
00001 #ifndef ANSIGRAPHICALCONSOLE_H 00002 #define ANSIGRAPHICALCONSOLE_H 00003 /** @file AnsiGraphicalConsole.h */ 00004 //#define CONSOLE_DELAY_TEST 00005 00006 #ifdef CONSOLE_DELAY_TEST 00007 #include "mbed.h" 00008 #endif 00009 #define BUFFER_LIMIT 50 00010 void createSLbox(int posX, int posY, int height, int width,const char* title=0); 00011 00012 void createDLbox(int posX, int posY, int height, int width,const char* title=0); 00013 00014 void setText(int posX, int posY,const char* title); 00015 00016 //voir un moyen de patcher les case coller 00017 #endif
Generated on Tue Jul 12 2022 19:04:21 by
1.7.2