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: FastPWM3 mbed-dev-STM-lean
Calibration/calibration.h
- Committer:
- adimmit
- Date:
- 2022-11-11
- Revision:
- 78:4f481ff040ee
- Parent:
- 47:e1196a851f76
File content as of revision 78:4f481ff040ee:
#ifndef CALIBRATION_H #define CALIBRATION_H #include "foc.h" #include "mbed.h" #include "PositionSensor.h" #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); #endif