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: define_variables.h
- Revision:
- 2:eb4101b574bc
- Parent:
- 1:fec1d091fa34
--- a/define_variables.h Wed Mar 06 13:58:03 2013 +0000 +++ b/define_variables.h Wed Mar 06 19:20:02 2013 +0000 @@ -51,6 +51,10 @@ extern float rpm_Left; extern float rpm_Right; +//Openloop Flag +extern volatile bool openloop; +extern const float rpm_openloop_limit; + //PID constants extern float kp; extern float kd;