From 5e75483809b0b2e752497c80f5c5280f5b3cf408 Mon Sep 17 00:00:00 2001 From: corruptbear Date: Tue, 12 Sep 2023 14:22:43 -0700 Subject: [PATCH] Correct the buzzer gpio pin number --- software/firmware/src/boards/revL/pinout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/firmware/src/boards/revL/pinout.h b/software/firmware/src/boards/revL/pinout.h index 3f843deb..88ac0409 100644 --- a/software/firmware/src/boards/revL/pinout.h +++ b/software/firmware/src/boards/revL/pinout.h @@ -16,7 +16,7 @@ #define VOLTAGE_DIVIDER_UPPER 510 // Buzzer -#define PIN_BUZZER_DRIVER 54 +#define PIN_BUZZER_DRIVER 55 // DecaWave Radio #define RADIO_SPI_NUMBER 3