coucou
Dependencies: HC_SR04_Ultrasonic_Library mbed
Revision 1:3bad1115bf14, committed 2016-09-28
- Comitter:
- DELSAB
- Date:
- Wed Sep 28 14:25:21 2016 +0000
- Parent:
- 0:5fba740a37eb
- Commit message:
- modif wait 0.2;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
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); } }