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

Committer:
chevamax
Date:
Tue Feb 28 13:40:13 2017 +0000
Revision:
15:79a78f997f18
Child:
17:cce0eada6d82
Application de test.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chevamax 15:79a78f997f18 1 #include "mbed.h"
chevamax 15:79a78f997f18 2 #include "niveau.h"
chevamax 15:79a78f997f18 3 #include "debug.h"
chevamax 15:79a78f997f18 4
chevamax 15:79a78f997f18 5
chevamax 15:79a78f997f18 6 Niveau::Niveau(){
chevamax 15:79a78f997f18 7 }
chevamax 15:79a78f997f18 8 char Niveau::getNiveauCuve(){
chevamax 15:79a78f997f18 9 return 'a';//(char) ((p1<<2) | (p2<<1) | (p3));
chevamax 15:79a78f997f18 10 }