affichage v7
Fork of AFFICHAGE by
Affichage.cpp
- Committer:
- fab16
- Date:
- 2017-02-09
- Revision:
- 2:9a0f0587d296
- Child:
- 3:97cb6955fab2
File content as of revision 2:9a0f0587d296:
#include "Action.h" #include "Affichage.h" void Affichage::presenter(){ m3pi.cls(); char * message = "Bonjour"; for(int i=1;i<8;i++){ m3pi.print(message,i); wait(1); m3pi.cls(); } } void Affichage::bonjour(){ } void Affichage::setNom(){ }