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: ANSITermMenuSystem
Fork of menuSystemMbed by
console.h
00001 // console.h 00002 // 00003 #ifndef CONSOLE_H 00004 #define CONSOLE_H 00005 00006 #include <iostream> 00007 #include <iomanip> 00008 #include <cmath> 00009 #include <cstdlib> 00010 00011 00012 void clrscr(); 00013 void gotoxy(int, int); 00014 void printXY( char * text, int x, int y); 00015 void setrgb(int); 00016 void printRec(int x1, int y1, int x2, int y2); 00017 //void eraseRec(int x1, int y1, int x2, int y2); 00018 00019 #endif
Generated on Sat Jul 23 2022 00:51:58 by
1.7.2
