Add UART rx, remove GPIO dependency, adjust timings

This commit is contained in:
maddiebaka
2025-11-30 22:45:36 -05:00
parent 6156dc3466
commit ab853333dc
3 changed files with 109 additions and 25 deletions

12
main/Kconfig Normal file
View File

@@ -0,0 +1,12 @@
menu "Pin Mapping Configuration"
config ESC_CTRL_PIN
int "ESC control GPIO pin"
default 22
help
This is the pin used for sending DSHOT packets to the ESC.
config TELEMETRY_RX_PIN
int "ESC telemetry uart rx pin"
default 27
help
This is the pin used for receiving UART telemetry from the ESC.
endmenu