hoverboard-firmware-hack-fo.../Src
EmanuelFeru 8ddfc82882 Updated PWM Variant
- PWM Variant should now support that the PWM for the 2 channels (steering, throttle) can happen:
• in the same time (ussually the case if Servo library from Arduino is used)
•or offseted (ussually if commercial RC PWM received is used)
- made the PWM timeout for the 2 channels independent to be able to use only one channel if desired.
2020-06-13 00:08:34 +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 UART with sideboards works + major refactoring 2020-03-01 10:00:26 +01:00
comms.c UART with sideboards works + major refactoring 2020-03-01 10:00:26 +01:00
control.c Updated PWM Variant 2020-06-13 00:08:34 +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 deadband for PPM signal 2020-03-24 20:36:19 +01:00
pcf8574.c Implemented TranspOtter modifications 2019-11-26 23:58:20 +01:00
setup.c Fixed missing define for Serial feedback 2020-05-26 23:39:56 +02:00
stm32f1xx_it.c Variant_PWM implemented 2020-03-24 19:57:08 +01:00
system_stm32f1xx.c Initial commit 2019-10-06 15:09:15 +02:00
util.c Improved UART Timeout 2020-06-01 20:08:47 +02:00