affichage v7

Fork of AFFICHAGE by Projet robot

Files at this revision

API Documentation at this revision

Comitter:
fab16
Date:
Thu Mar 23 12:41:30 2017 +0000
Parent:
8:80a4449820ac
Commit message:
v7

Changed in this revision

Affichage.cpp Show annotated file Show diff for this revision Revisions of this file
Affichage.h Show annotated file Show diff for this revision Revisions of this file
--- 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
--- a/Affichage.h	Wed Mar 15 15:26:50 2017 +0000
+++ b/Affichage.h	Thu Mar 23 12:41:30 2017 +0000
@@ -12,5 +12,6 @@
         void affichage2ligne();
         void affichageUltrason(float distance);
         void afficherObstacle(bool obstacle);
+        void sePresenter();
         
 };
\ No newline at end of file