affichage v7

Fork of AFFICHAGE by Projet robot

Revision:
3:97cb6955fab2
Parent:
2:9a0f0587d296
Child:
4:7c1e87f81b55
--- a/Affichage.h	Thu Feb 09 08:41:07 2017 +0000
+++ b/Affichage.h	Thu Feb 09 14:35:15 2017 +0000
@@ -1,8 +1,13 @@
+#include "m3pi.h"
 
-class Affichage : Action{
+class Affichage {
 
-    void presenter();
-    void bonjour();
-    void setNom();
+    
+    public :
+         
+        void presenter();
+        void bonjour();
+        void setNom(char * name);
+       
         
 };
\ No newline at end of file