hh

Dependencies:   FastPWM3

Calibration/calibration.h

Committer:
eightmonths
Date:
2021-04-27
Revision:
55:bd82bee7576b
Parent:
47:e1196a851f76

File content as of revision 55:bd82bee7576b:

#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