affichage v7

Fork of AFFICHAGE by Projet robot

Committer:
fab16
Date:
Thu Feb 09 08:41:07 2017 +0000
Revision:
2:9a0f0587d296
Child:
3:97cb6955fab2
projet Fabien skeleton 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fab16 2:9a0f0587d296 1 #include "Action.h"
fab16 2:9a0f0587d296 2 #include "Affichage.h"
fab16 2:9a0f0587d296 3
fab16 2:9a0f0587d296 4 void Affichage::presenter(){
fab16 2:9a0f0587d296 5 m3pi.cls();
fab16 2:9a0f0587d296 6 char * message = "Bonjour";
fab16 2:9a0f0587d296 7
fab16 2:9a0f0587d296 8 for(int i=1;i<8;i++){
fab16 2:9a0f0587d296 9 m3pi.print(message,i);
fab16 2:9a0f0587d296 10 wait(1);
fab16 2:9a0f0587d296 11 m3pi.cls();
fab16 2:9a0f0587d296 12 }
fab16 2:9a0f0587d296 13
fab16 2:9a0f0587d296 14 }
fab16 2:9a0f0587d296 15
fab16 2:9a0f0587d296 16
fab16 2:9a0f0587d296 17 void Affichage::bonjour(){
fab16 2:9a0f0587d296 18
fab16 2:9a0f0587d296 19
fab16 2:9a0f0587d296 20
fab16 2:9a0f0587d296 21 }
fab16 2:9a0f0587d296 22
fab16 2:9a0f0587d296 23
fab16 2:9a0f0587d296 24 void Affichage::setNom(){
fab16 2:9a0f0587d296 25
fab16 2:9a0f0587d296 26
fab16 2:9a0f0587d296 27 }