remove (sine) audio out for now

This commit is contained in:
Martin Brodbeck 2024-02-21 12:08:25 +01:00
parent f12700cc42
commit 8176111ece
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ extern const uint LEFT_PADDLE_PIN;
extern const uint RIGHT_PADDLE_PIN; extern const uint RIGHT_PADDLE_PIN;
extern const uint BUZZER_PIN; extern const uint BUZZER_PIN;
extern const uint CW_OUT_PIN; extern const uint CW_OUT_PIN;
extern const uint AUDIO_OUT_PIN; //extern const uint AUDIO_OUT_PIN;
const uint SIDETONE_FREQ = 622; const uint SIDETONE_FREQ = 622;

View file

@ -22,7 +22,7 @@ extern const uint LEFT_PADDLE_PIN = 14;
extern const uint RIGHT_PADDLE_PIN = 15; extern const uint RIGHT_PADDLE_PIN = 15;
extern const uint BUZZER_PIN = 18; extern const uint BUZZER_PIN = 18;
extern const uint CW_OUT_PIN = 17; extern const uint CW_OUT_PIN = 17;
extern const uint AUDIO_OUT_PIN = 16; //extern const uint AUDIO_OUT_PIN = 16;
extern const uint ADC_PIN = 26; extern const uint ADC_PIN = 26;
// Stuff for communicating between cores // Stuff for communicating between cores