Dependencies:   mbed

Revision:
0:2096207da3ca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/console.h	Wed Aug 24 09:47:06 2011 +0000
@@ -0,0 +1,23 @@
+#ifndef CONSOLE_H
+#define CONSOLE_H
+#include "mbed.h"
+
+class tconsole
+{
+
+private:
+
+public:
+
+void Menu();
+void RecevoirChaine(char* Tableau);
+
+ int V1 ;
+ int V2 ;
+ char Masque [20] ;
+ char IP[20] ;
+
+
+};
+
+#endif
\ No newline at end of file