Change UART RX pin from GPIO16 to GPIO18

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 12:33:36 +02:00
parent c6e488e0e2
commit 44889a1084

View File

@ -16,7 +16,7 @@ const uint16_t JETSON_PORT_HB = 14553;
// ── UART vers Pi Zero ─────────────────────────────────────
#define UART_BAUD 57600
#define UART_RX_PIN 16
#define UART_RX_PIN 18
#define UART_TX_PIN 17
// ── LED RGB WS2812 (GPIO48) ───────────────────────────────