affichage v7

Fork of AFFICHAGE by Projet robot

Committer:
fab16
Date:
Thu Feb 23 09:14:53 2017 +0000
Revision:
6:82586f775dc5
Parent:
5:6834f15a1e48
Child:
8:80a4449820ac
v4

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fab16 3:97cb6955fab2 1 #include "m3pi.h"
fab16 2:9a0f0587d296 2
fab16 3:97cb6955fab2 3 class Affichage {
fab16 2:9a0f0587d296 4
fab16 3:97cb6955fab2 5
fab16 3:97cb6955fab2 6 public :
fab16 4:7c1e87f81b55 7
fab16 3:97cb6955fab2 8 void bonjour();
fab16 4:7c1e87f81b55 9 void afficheResult(float result);
fab16 4:7c1e87f81b55 10 void affichageCourt(char* message);
fab16 5:6834f15a1e48 11 void effacerTout();
fab16 5:6834f15a1e48 12 void affichage2ligne();
fab16 6:82586f775dc5 13 void affichageUltrason(float distance);
fab16 3:97cb6955fab2 14
fab16 2:9a0f0587d296 15
fab16 2:9a0f0587d296 16 };