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:
- 15:b6025338e0eb
- Parent:
- 13:deb1e793f125
- Child:
- 18:12598db37e38
- Child:
- 30:e60fd3834ee7
diff -r 55812211de77 -r b6025338e0eb main.cpp --- a/main.cpp Tue Mar 14 21:59:51 2017 +0000 +++ b/main.cpp Tue Mar 14 22:04:55 2017 +0000 @@ -2,6 +2,7 @@ #include "rtos.h" #include "definitions.h" #include "motorControl.h" +#include "parser.h" #define kp 0.75f #define ki 0.5f
