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-dev-f303 FastPWM3
Diff: Calibration/calibration.h
- Revision:
- 51:b0a3ef66ea3d
- Parent:
- 47:e1196a851f76
--- a/Calibration/calibration.h Thu Apr 04 13:53:58 2019 +0000 +++ b/Calibration/calibration.h Wed May 08 01:17:38 2019 +0000 @@ -8,7 +8,7 @@ #include "user_config.h" #define V_CAL 0.15f; - +//#define V_CAL 0.10f; void order_phases(PositionSensor *ps, GPIOStruct *gpio, ControllerStruct *controller, PreferenceWriter *prefs); void calibrate(PositionSensor *ps, GPIOStruct *gpio, ControllerStruct *controller, PreferenceWriter *prefs);