affichage v7

Fork of AFFICHAGE by Projet robot

Affichage.h

Committer:
fab16
Date:
2017-02-23
Revision:
6:82586f775dc5
Parent:
5:6834f15a1e48
Child:
8:80a4449820ac

File content as of revision 6:82586f775dc5:

#include "m3pi.h"

class Affichage {

    
    public :
        
        void bonjour();
        void afficheResult(float result);
        void affichageCourt(char* message);
        void effacerTout();
        void affichage2ligne();
        void affichageUltrason(float distance);
       
        
};