affichage v7
Fork of AFFICHAGE by
Affichage.h
- Committer:
- fab16
- Date:
- 2017-02-16
- Revision:
- 5:6834f15a1e48
- Parent:
- 4:7c1e87f81b55
- Child:
- 6:82586f775dc5
File content as of revision 5:6834f15a1e48:
#include "m3pi.h" class Affichage { public : void bonjour(); void afficheResult(float result); void affichageCourt(char* message); void effacerTout(); void affichage2ligne(); };