From af1be3fc85cb239e5e7ed623c40c578a11361d12 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Mon, 9 Oct 2023 11:25:34 -0500 Subject: [PATCH] Update revM pinout --- software/firmware/src/boards/revM/pinout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/firmware/src/boards/revM/pinout.h b/software/firmware/src/boards/revM/pinout.h index 3a15c636..bc48a6ac 100644 --- a/software/firmware/src/boards/revM/pinout.h +++ b/software/firmware/src/boards/revM/pinout.h @@ -27,8 +27,8 @@ #define PIN_RADIO_SPI_CS2 24 #define PIN_RADIO_SPI_CS3 25 #define PIN_RADIO_INTERRUPT 27 -#define PIN_RADIO_INTERRUPT2 51 -#define PIN_RADIO_INTERRUPT3 79 +#define PIN_RADIO_INTERRUPT2 72 +#define PIN_RADIO_INTERRUPT3 76 #define PIN_RADIO_RESET 50 #define PIN_RADIO_RESET2 82 #define PIN_RADIO_RESET3 83