hoverboard-firmware-hack-fo.../Src
EmanuelFeru f2d86f3b30 Added functionality: Electric Brake, Standstill hold
- For TORQUE mode, by enabling `ELECTRIC_BRAKE_ENABLE` in `config.h`, the freewheeling amount can be adjusted using the `ELECTRIC_BRAKE_MAX` parameter.
- For VOLTAGE and TORQUE mode, the standstill hold functionality can be forced by enabling `STANDSTILL_HOLD_ENABLE` in `config.h`.

Known (minor) issue: There is a small "tick" noise when Stanstill is engaged/disengaged, due to the switching to SPEED mode. To be solved by an improved mode switching strategy in the future.
2020-07-19 11:24:37 +02:00
..
BLDC_controller.c Variant_PWM implemented 2020-03-24 19:57:08 +01:00
BLDC_controller_data.c Variant_PWM implemented 2020-03-24 19:57:08 +01:00
bldc.c Fixed PPM, PWM timeout 2020-07-01 19:50:32 +02:00
comms.c Major UART communication improvement 2020-06-21 23:14:46 +02:00
control.c Fixed PPM, PWM timeout 2020-07-01 19:50:32 +02:00
eeprom.c Implemented TranspOtter modifications 2019-11-26 23:58:20 +01:00
hd44780.c Implemented TranspOtter modifications 2019-11-26 23:58:20 +01:00
main.c Added functionality: Electric Brake, Standstill hold 2020-07-19 11:24:37 +02:00
pcf8574.c Implemented TranspOtter modifications 2019-11-26 23:58:20 +01:00
setup.c PWM/PPM Left/Right, UART update 2020-06-25 20:17:55 +02:00
stm32f1xx_it.c PWM/PPM Left/Right, UART update 2020-06-25 20:17:55 +02:00
system_stm32f1xx.c Initial commit 2019-10-06 15:09:15 +02:00
util.c Added functionality: Electric Brake, Standstill hold 2020-07-19 11:24:37 +02:00