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.
console.h
00001 #ifndef CONSOLE_H 00002 #define CONSOLE_H 00003 #include "mbed.h" 00004 00005 class tconsole 00006 { 00007 00008 private: 00009 00010 public: 00011 00012 void Menu(); 00013 void RecevoirChaine(char* Tableau); 00014 00015 int V1 ; 00016 int V2 ; 00017 char Masque [20] ; 00018 char IP[20] ; 00019 00020 00021 }; 00022 00023 #endif
Generated on Sun Jul 24 2022 07:45:49 by
