Projet_S5 / Mbed 2 deprecated Repo_Noeud_Mobile_refactor

Dependencies:   mbed-rtos mbed

Fork of Repo_Noeud_Mobile by Projet_S5

Revision:
9:b8503f5ad3bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Communication/ConsolePrint.h	Thu Mar 05 21:20:23 2015 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+class ConsolePrint
+{
+    public :
+        ConsolePrint();
+        ~ConsolePrint();
+    
+        void Afficher(char * message);
+    private:
+        Serial* pc;
+};
\ No newline at end of file