affichage v7
Fork of AFFICHAGE by
Affichage.h
- Committer:
- fab16
- Date:
- 2017-03-15
- Revision:
- 8:80a4449820ac
- Parent:
- 6:82586f775dc5
- Child:
- 9:2cc0e874fb4e
File content as of revision 8:80a4449820ac:
#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); };