test de premier push

Dependencies:   WakeUp mbed EPD_GDE021A1

Revision:
16:dc4a1be5abdb
Parent:
15:5bb6f11fc300
Child:
17:3f52db5f8b42
--- a/Headers/ecran.h	Thu Nov 10 19:15:10 2016 +0000
+++ b/Headers/ecran.h	Thu Nov 10 21:00:45 2016 +0000
@@ -8,18 +8,6 @@
 
 
 
-#define EPD_CS       PA_15
-#define EPD_DC       PB_11
-#define EPD_RESET    PB_2
-#define EPD_BUSY     PA_8
-#define EPD_POWER    PB_10
-#define EPD_SPI_MOSI PB_5
-#define EPD_SPI_MISO PB_4
-#define EPD_SPI_SCK  PB_3
-
-EPD_GDE021A1 epd(EPD_CS, EPD_DC, EPD_RESET, EPD_BUSY, EPD_POWER, EPD_SPI_MOSI, EPD_SPI_MISO, EPD_SPI_SCK);//Parametre l'ecrant E-Ink
-
-
 class Ecran
 {
 public:
@@ -33,9 +21,9 @@
     char ligne3[100];
     char ligne4[100];
     char ligne5[100];
-    double poids;
-    double temperature;
-    double humidite;
+    double poidsRuche;
+    double temperatureRuche;
+    double humiditeRuche;
     
     
 };