mirror of
https://github.com/lucysrausch/hoverboard-firmware-hack.git
synced 2025-06-24 14:31:33 +02:00
copied the uart framing idea from https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC to use: send $AAAA to start frame then steer, speed as usual and XOR($AAAA, steer, speed) as checksum commands that don't match are ignored, and UART DMA is reset hopefully this will set it up to catch the next one re-send frequently.