Files
spincoat-plater-firmware/main/Kconfig
2025-11-30 22:45:36 -05:00

13 lines
379 B
Plaintext

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