affichage v7

Fork of AFFICHAGE by Projet robot

Affichage.h

Committer:
fab16
Date:
2017-02-09
Revision:
3:97cb6955fab2
Parent:
2:9a0f0587d296
Child:
4:7c1e87f81b55

File content as of revision 3:97cb6955fab2:

#include "m3pi.h"

class Affichage {

    
    public :
         
        void presenter();
        void bonjour();
        void setNom(char * name);
       
        
};