buzzer pin changed
This commit is contained in:
parent
5438021682
commit
5d751b6247
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace
|
|||
extern const uint LED_PIN = PICO_DEFAULT_LED_PIN;
|
||||
extern const uint LEFT_PADDLE_PIN = 14;
|
||||
extern const uint RIGHT_PADDLE_PIN = 15;
|
||||
extern const uint BUZZER_PIN = 13;
|
||||
extern const uint BUZZER_PIN = 18;
|
||||
|
||||
// Stuff for communicating between cores
|
||||
enum class KeyerQueueCommand
|
||||
|
|
Loading…
Reference in a new issue