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: mbed Hobbyking_Cheetah FastPWM3
Diff: Calibration/calibration.h
- Revision:
- 47:e1196a851f76
- Parent:
- 23:2adf23ee0305
--- a/Calibration/calibration.h Thu Jul 12 02:50:34 2018 +0000 +++ b/Calibration/calibration.h Wed Dec 05 04:07:46 2018 +0000 @@ -7,6 +7,8 @@ #include "PreferenceWriter.h" #include "user_config.h" +#define V_CAL 0.15f; + void order_phases(PositionSensor *ps, GPIOStruct *gpio, ControllerStruct *controller, PreferenceWriter *prefs); void calibrate(PositionSensor *ps, GPIOStruct *gpio, ControllerStruct *controller, PreferenceWriter *prefs);