test de premier push

Dependencies:   WakeUp mbed EPD_GDE021A1

Committer:
nba
Date:
Fri Nov 11 17:42:54 2016 +0000
Revision:
17:3f52db5f8b42
Parent:
16:dc4a1be5abdb
Ajout de la Fonction refreshScreen (?quivalent de la Classe ecrant.get() ) qui se lancera au d?but du programme et en Interupt sur le bouton bleu

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nba 15:5bb6f11fc300 1 #ifndef ECRAN_H_INCLUDED
nba 15:5bb6f11fc300 2 #define ECRAN_H_INCLUDED
nba 15:5bb6f11fc300 3
nba 15:5bb6f11fc300 4
nba 17:3f52db5f8b42 5 /*#include "mbed.h"
nba 13:0afb541c480e 6 #include "EPD_GDE021A1.h"
nba 15:5bb6f11fc300 7 //#include "poids.h"
nba 15:5bb6f11fc300 8
nba 13:0afb541c480e 9
nba 13:0afb541c480e 10
nba 14:65e134c75d8c 11 class Ecran
nba 13:0afb541c480e 12 {
nba 13:0afb541c480e 13 public:
nba 13:0afb541c480e 14
nba 15:5bb6f11fc300 15 void print(); // fonction qui renvoie le poid
nba 15:5bb6f11fc300 16
nba 15:5bb6f11fc300 17 private:
nba 15:5bb6f11fc300 18
nba 13:0afb541c480e 19 char ligne1[100];
nba 13:0afb541c480e 20 char ligne2[100];
nba 13:0afb541c480e 21 char ligne3[100];
nba 13:0afb541c480e 22 char ligne4[100];
nba 13:0afb541c480e 23 char ligne5[100];
nba 16:dc4a1be5abdb 24 double poidsRuche;
nba 16:dc4a1be5abdb 25 double temperatureRuche;
nba 16:dc4a1be5abdb 26 double humiditeRuche;
nba 13:0afb541c480e 27
nba 13:0afb541c480e 28
nba 15:5bb6f11fc300 29 };
nba 17:3f52db5f8b42 30 */
nba 15:5bb6f11fc300 31
nba 15:5bb6f11fc300 32 #endif //ECRAN_H_INCLUDED