coucou
Dependencies: HC_SR04_Ultrasonic_Library mbed
Diff: main.cpp
- Revision:
- 1:3bad1115bf14
- Parent:
- 0:5fba740a37eb
diff -r 5fba740a37eb -r 3bad1115bf14 main.cpp --- a/main.cpp Wed Sep 28 14:16:26 2016 +0000 +++ b/main.cpp Wed Sep 28 14:25:21 2016 +0000 @@ -20,6 +20,6 @@ mesure = getCurrentDistance(); wait(0.1); printf("%d\n",mesure); - wait(0.1); + wait(0.2); } }