Update low_level.c

This commit is contained in:
Capo01
2018-02-16 20:49:28 +11:00
committed by GitHub
parent a26224fa36
commit 207c0b8904
+2 -2
View File
@@ -70,8 +70,8 @@ Motor_t motors[] = {
.vel_integrator_current = 0.0f, // [A]
.vel_limit = 20000.0f, // [counts/s]
.current_setpoint = 0.0f, // [A]
.calibration_current = 10.0f, // [A]
.resistance_calib_max_voltage = 1.0f, // [V]
.calibration_current = 10.0f, // [A] If > 10A then resistance_calib_max_voltage may need to be increased
.resistance_calib_max_voltage = 1.0f, // [V]
.phase_inductance = 0.0f, // to be set by measure_phase_inductance
.phase_resistance = 0.0f, // to be set by measure_phase_resistance
.motor_thread = 0,