test de premier push

Dependencies:   WakeUp mbed EPD_GDE021A1

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ecran.h Source File

ecran.h

00001 #ifndef ECRAN_H_INCLUDED
00002 #define ECRAN_H_INCLUDED
00003 
00004 
00005 /*#include "mbed.h"
00006 #include "EPD_GDE021A1.h"
00007 //#include "poids.h"
00008 
00009 
00010 
00011 class Ecran
00012 {
00013 public:
00014 
00015     void print();             // fonction qui renvoie le poid
00016 
00017 private:
00018 
00019     char ligne1[100];
00020     char ligne2[100];
00021     char ligne3[100];
00022     char ligne4[100];
00023     char ligne5[100];
00024     double poidsRuche;
00025     double temperatureRuche;
00026     double humiditeRuche;
00027     
00028     
00029 };
00030 */
00031 
00032 #endif //ECRAN_H_INCLUDED