Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1272Lib mbed WakeUp
Fork of SX1272PingPong by
Diff: niveau.cpp
- Revision:
- 15:79a78f997f18
- Child:
- 17:cce0eada6d82
diff -r 261007103beb -r 79a78f997f18 niveau.cpp
--- /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
