From b4bb96db2910232d52f27505c9d1e47cb9ec3bf5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Nov 2022 08:13:16 -0500 Subject: [PATCH] change AUDIO out back to 14 --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 40f4af08..aa21abb6 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -73,7 +73,7 @@ #define MAIN_LED_GREEN 20 // Main board LED1 #define MAIN_LED_BLUE 21 // Main board LED1 #define PD_PIN 22 // SR_FRS_05W PD pin - enable -#define AUDIO_OUT_PIN 26 // 14 // 26 // SR_FRS_05W audio out pin +#define AUDIO_OUT_PIN 14 // 26 // SR_FRS_05W audio out pin #define AUDIO_IN_PIN 27 // SR_FRS_05W audio in pin #define TEMPERATURE_PIN 28 // Diode temperature analog pin