affichage v7

Fork of AFFICHAGE by Projet robot

Affichage.h

Committer:
fab16
Date:
2017-02-16
Revision:
4:7c1e87f81b55
Parent:
3:97cb6955fab2
Child:
5:6834f15a1e48

File content as of revision 4:7c1e87f81b55:

#include "m3pi.h"

class Affichage {

    
    public :
        
        void bonjour();
        void afficheResult(float result);
        void affichageCourt(char* message);
       
        
};