affichage v7
Fork of AFFICHAGE by
Diff: Affichage.cpp
- Revision:
- 2:9a0f0587d296
- Child:
- 3:97cb6955fab2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Affichage.cpp Thu Feb 09 08:41:07 2017 +0000 @@ -0,0 +1,27 @@ +#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(){ + + + } \ No newline at end of file