From 3464e803219a7ab1634bc9b6361e8531b1529c81 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Sun, 2 Jan 2022 10:23:37 +0100 Subject: [PATCH] Updated Setup current and speed limits (markdown) --- Setup-current-and-speed-limits.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setup-current-and-speed-limits.md b/Setup-current-and-speed-limits.md index 1d700d0..6d17b36 100644 --- a/Setup-current-and-speed-limits.md +++ b/Setup-current-and-speed-limits.md @@ -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.
+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 set to I_MOT_MAX + 2A.
## 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).