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:
15:79a78f997f18
Child:
17:cce0eada6d82
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pompe.cpp	Tue Feb 28 13:40:13 2017 +0000
@@ -0,0 +1,22 @@
+#include "mbed.h"
+#include "pompe.h"
+#include "debug.h"
+#include "PinNames.h"
+
+Pompe::Pompe(){
+    //p(PC_14);
+}
+
+Pompe::Pompe(PinName pin){
+    //p(pin);   
+}
+void Pompe::activerPompe(){
+    //p = 1;    
+}
+void Pompe::arreterPompe(){
+    //p = 0;
+}
+
+char Pompe::etat(){
+    return NULL;//(char) p;
+}
\ No newline at end of file