audio out added
This commit is contained in:
parent
ac52f4cc23
commit
b2dd1e28a1
4 changed files with 20 additions and 10 deletions
|
@ -17,6 +17,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;
|
||||
|
||||
// Stuff for communicating between cores
|
||||
enum class KeyerQueueCommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue