affichage v7

Fork of AFFICHAGE by Projet robot

Revision:
9:2cc0e874fb4e
Parent:
8:80a4449820ac
--- a/Affichage.cpp	Wed Mar 15 15:26:50 2017 +0000
+++ b/Affichage.cpp	Thu Mar 23 12:41:30 2017 +0000
@@ -73,4 +73,12 @@
         }    
         
     }
+    
+    
+    void Affichage::sePresenter(){
+        m3piA.locate(0,0);
+        m3piA.printf("Je suis");
+        m3piA.locate(1,1);
+        m3piA.printf("Metabee");
+    }
     
\ No newline at end of file