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
calibration.h
00001 #ifndef CALIBRATION_H 00002 #define CALIBRATION_H 00003 00004 #include "foc.h" 00005 #include "mbed.h" 00006 #include "PositionSensor.h" 00007 #include "PreferenceWriter.h" 00008 #include "user_config.h" 00009 00010 #define V_CAL 0.15f; 00011 00012 00013 void order_phases(PositionSensor *ps, GPIOStruct *gpio, ControllerStruct *controller, PreferenceWriter *prefs); 00014 void calibrate(PositionSensor *ps, GPIOStruct *gpio, ControllerStruct *controller, PreferenceWriter *prefs); 00015 #endif
Generated on Wed Jul 13 2022 07:21:26 by
