Code for FT23 steering wheel
Go to file
jazzpi 2ca1ec4b8f Add fault handlers for debugging
The fault handlers blink different LEDs depending on the kind of fault:

HardFault  -> All
MemManage  -> Left of display
BusFault   -> Right of display
UsageFault -> Left and right of display

Additionally, they dump information about the fault to the flash and
Serial (if connected). The information dumped to the flash can later be
retrieved via Serial by sending a 'd'.
2021-07-17 20:15:55 +02:00
.vscode Initial commit 2021-06-15 19:42:00 +02:00
include Add fault handlers for debugging 2021-07-17 20:15:55 +02:00
lib Updated CAN interface 2021-06-30 21:36:51 +02:00
src Add fault handlers for debugging 2021-07-17 20:15:55 +02:00
test Initial commit 2021-06-15 19:42:00 +02:00
.clang-format Add .clang-format 2021-07-17 20:09:02 +02:00
.gitignore Initial commit 2021-06-15 19:42:00 +02:00
platformio.ini Add fault handlers for debugging 2021-07-17 20:15:55 +02:00