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.
Dependencies: 2017NHKpin_config FEP omni_wheel PID R1307 ikarashiMDC
Diff: main.cpp
- Revision:
- 6:fe9767a50891
- Parent:
- 4:1073deb368df
- Child:
- 12:486068800862
- Child:
- 15:9aa11febe517
--- a/main.cpp Wed Sep 06 17:47:20 2017 +0900 +++ b/main.cpp Wed Sep 06 18:39:19 2017 +0900 @@ -7,7 +7,6 @@ int main() { - int i = 0; pc.printf("const\n\r"); while(1) { KANI.confirmAll(); @@ -16,6 +15,5 @@ KANI.controllMech(); KANI.calibrate(); wait(INTERVAL); - // pc.printf("%d\n\r", i++); } }