Polytech school project. RICM4 students, see http://air.imag.fr/index.php/Projets-2016-2017-Station_de_pompage_connect%C3%A9e for more information

Dependencies:   SX1272Lib mbed WakeUp

Fork of SX1272PingPong by Semtech

Revision:
17:cce0eada6d82
Parent:
15:79a78f997f18
diff -r 85fb5e37def7 -r cce0eada6d82 pompe.h
--- a/pompe.h	Fri Mar 03 13:42:44 2017 +0000
+++ b/pompe.h	Sat Apr 01 12:29:59 2017 +0000
@@ -3,16 +3,16 @@
 
 #include "mbed.h"
 
+//Représentation de la pompe
 class Pompe {
   public:
-    Pompe();
     Pompe(PinName pin);
     void activerPompe();
     void arreterPompe();
     char etat();
     
   private:
-    //DigitalOut p;
+    DigitalOut p;
 };
 
 #endif // __POMPE_H
\ No newline at end of file