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

niveau.cpp

Committer:
chevamax
Date:
2017-02-28
Revision:
15:79a78f997f18
Child:
17:cce0eada6d82

File content as of revision 15:79a78f997f18:

#include "mbed.h"
#include "niveau.h"
#include "debug.h"


Niveau::Niveau(){
}
char Niveau::getNiveauCuve(){
    return 'a';//(char) ((p1<<2) | (p2<<1) | (p3));
}