diff --git a/IOT/lib/Capteur/src/Ultrason.cpp b/IOT/lib/Capteur/src/Ultrason.cpp index cd25d41..3154f0e 100644 --- a/IOT/lib/Capteur/src/Ultrason.cpp +++ b/IOT/lib/Capteur/src/Ultrason.cpp @@ -16,4 +16,4 @@ String Ultrason::read(){ this->full = false; } return String(sortie); -} \ No newline at end of file +}//TODO: faire en sorte que full se reset avec une autre val \ No newline at end of file