You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef AUDIO_ENGINE_H
- #define AUDIO_ENGINE_H
-
- #include <Arduino.h>
- #include "App.h"
-
- // Functions
- TaskHandle_t InitAudio();
- void PlayNote(note_t note, uint8_t octave, uint32_t time);
- void AudioEngineTask(void *parameter);
-
- #endif
|