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.
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 00017 #endif
Generated on Tue Jul 12 2022 23:00:53 by
1.7.2
