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.
Diff: main.cpp
- Revision:
- 6:28c5a5992a81
- Parent:
- 5:30251ab9313a
- Child:
- 7:f1f9bc420dba
--- a/main.cpp Tue Nov 20 18:51:23 2018 +0000
+++ b/main.cpp Tue Nov 20 18:54:06 2018 +0000
@@ -79,7 +79,7 @@
Mlefti = 2;
Mleftp = (1.3 - KP * pr) * 1.0f;
ledRR = 0b11;
- ledLL = 0b01;
+ ledLL = 0;
}
void go_straight_CL(){ //CLのみでトレース
@@ -88,7 +88,7 @@
Mrightp = (1.3 - KP * pl) * 1.0f;
Mlefti = 2;
Mleftp = (KP * pl + 0.3) * 1.0f;
- ledRR = 0b01;
+ ledRR = 0;
ledLL = 0b11;
}