Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SAILORSbot by
Diff: main.cpp
- Revision:
- 34:1629bdc97a0e
- Parent:
- 33:3b768c7201c9
- Child:
- 35:09f92a88c0a7
--- a/main.cpp Mon Aug 10 01:06:15 2015 +0000
+++ b/main.cpp Thu Aug 13 20:47:22 2015 +0000
@@ -213,7 +213,7 @@
received[0] = '\0';
mode = MANUAL_MODE;
- communication.attach(&signal_comm, 0.1);
+ communication.attach(&signal_comm, 0.5); // lowered to 2 Hz because of communications problems
controls.attach(&control, 0.02);
// main loop
