Alexandre Salconi-Denis / Mbed 2 deprecated ProjetOctopode

Dependencies:   debug mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers AnsiGraphicalConsole.h Source File

AnsiGraphicalConsole.h

Go to the documentation of this file.
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