This website requires JavaScript.
Explore
Help
Sign In
lucysrausch
/
hoverboard-firmware-hack
Watch
1
Star
0
Fork
1
You've already forked hoverboard-firmware-hack
mirror of
https://github.com/lucysrausch/hoverboard-firmware-hack.git
synced
2025-06-24 14:31:33 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
hoverboard-firmware-hack
/
Src
History
Elliot Williams
3ee11fc248
fixed bug with signed/unsigned
...
needed explicit cast in checksum verification
2019-12-18 21:31:22 +01:00
..
bldc.c
added board temperature calibration, warning and poweroff (rene-dev and me); rearranged config.h; fixed backwards beep overflow; removed duplicate battery-adc-code (rene-dev); improved battery voltage measurement precision; put poweroff procedure to a separate function; poweroff button now only work if field weakening is 0 (otherwise everything will explode)
2018-07-29 17:30:49 +02:00
comms.c
debug serial can use USART2 and USART3
2018-09-03 23:56:08 +02:00
control.c
Fixed timeout. Now it is usable for other input methods than nunchuck.
2019-06-01 16:17:48 +02:00
main.c
fixed bug with signed/unsigned
2019-12-18 21:31:22 +01:00
setup.c
added board temperature calibration, warning and poweroff (rene-dev and me); rearranged config.h; fixed backwards beep overflow; removed duplicate battery-adc-code (rene-dev); improved battery voltage measurement precision; put poweroff procedure to a separate function; poweroff button now only work if field weakening is 0 (otherwise everything will explode)
2018-07-29 17:30:49 +02:00
stm32f1xx_it.c
ADD: control via uart. Send two int16 (4 bytes) to usart 2 to control the motors with an arduino or a raspberry pi
2018-06-11 14:29:39 +02:00
system_stm32f1xx.c
format
2018-01-06 23:33:34 +01:00