Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers console.h Source File

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