cw out pin changed
This commit is contained in:
parent
cdc6f7998a
commit
cfb4ebc761
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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 = 18;
|
||||
extern const uint CW_OUT_PIN = 17;
|
||||
extern const uint CW_OUT_PIN = 16;
|
||||
|
||||
// Stuff for communicating between cores
|
||||
enum class KeyerQueueCommand {
|
||||
|
|
Loading…
Reference in a new issue