Maxime Chevalier / Mbed 2 deprecated SX1272Pump

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/niveau.cpp	Tue Feb 28 13:40:13 2017 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "niveau.h"
+#include "debug.h"
+
+
+Niveau::Niveau(){
+}
+char Niveau::getNiveauCuve(){
+    return 'a';//(char) ((p1<<2) | (p2<<1) | (p3));
+}
\ No newline at end of file