affichage v7
Fork of AFFICHAGE by
Affichage.h
- Committer:
- fab16
- Date:
- 2017-03-23
- Revision:
- 9:2cc0e874fb4e
- Parent:
- 8:80a4449820ac
File content as of revision 9:2cc0e874fb4e:
#include "m3pi.h" class Affichage { public : void bonjour(); void afficheResult(float result); void affichageCourt(char* message); void effacerTout(); void affichage2ligne(); void affichageUltrason(float distance); void afficherObstacle(bool obstacle); void sePresenter(); };