Updated Setup current and speed limits (markdown)

Candas1
2022-01-02 10:23:37 +01:00
parent 91f50f026a
commit 3464e80321

@@ -1,5 +1,6 @@
## Current Limit
You can adjust I_MOT_MAX parameter in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) file to decrease/increase current limit(Amps). I_DC_MAX should be equal set to I_MOT_MAX + 2A.<br>
You can adjust I_MOT_MAX parameter in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) file to decrease/increase current limit(Amps).<br>
I_DC_MAX should be set to I_MOT_MAX + 2A.<br>
## Speed Limit
You can adjust N_MOT_MAX in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) file to decrease/increase the speed limit(RPMs).<br>