ManualControl
Dependencies: TPixy-Interface
Fork of MbedOS_Robot_Team by
Diff: main.cpp
- Revision:
- 18:db6d9fc1ebd0
- Parent:
- 17:1184df616383
- Child:
- 19:4fbffc755ed7
diff -r 1184df616383 -r db6d9fc1ebd0 main.cpp --- a/main.cpp Sun Mar 11 01:26:23 2018 +0000 +++ b/main.cpp Tue Mar 13 22:14:24 2018 +0000 @@ -45,6 +45,6 @@ } consoleUI(); - Thread::wait(500); // Go to sleep for 500 ms + Thread::wait(100); // Go to sleep for 500 ms } }