affichage v7

Fork of AFFICHAGE by Projet robot

Committer:
fab16
Date:
Thu Feb 16 14:11:33 2017 +0000
Revision:
4:7c1e87f81b55
Parent:
3:97cb6955fab2
Child:
5:6834f15a1e48
v2

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 3:97cb6955fab2 11
fab16 2:9a0f0587d296 12
fab16 2:9a0f0587d296 13 };