remove (sine) audio out for now
This commit is contained in:
parent
f12700cc42
commit
8176111ece
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ extern const uint LEFT_PADDLE_PIN;
|
|||
extern const uint RIGHT_PADDLE_PIN;
|
||||
extern const uint BUZZER_PIN;
|
||||
extern const uint CW_OUT_PIN;
|
||||
extern const uint AUDIO_OUT_PIN;
|
||||
//extern const uint AUDIO_OUT_PIN;
|
||||
|
||||
const uint SIDETONE_FREQ = 622;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ extern const uint LEFT_PADDLE_PIN = 14;
|
|||
extern const uint RIGHT_PADDLE_PIN = 15;
|
||||
extern const uint BUZZER_PIN = 18;
|
||||
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;
|
||||
|
||||
// Stuff for communicating between cores
|
||||
|
|
Loading…
Reference in a new issue