audio out added

This commit is contained in:
Martin Brodbeck 2024-02-18 17:14:47 +01:00
parent ac52f4cc23
commit b2dd1e28a1
4 changed files with 20 additions and 10 deletions

View file

@ -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 {