|
arduino-audio-tools
|
#include "AudioTools/CoreAudio/AudioTimer/AudioTimerBase.h"#include "FspTimer.h"#include "IRQManager.h"Go to the source code of this file.
Classes | |
| class | TimerAlarmRepeatingDriverRenesas |
| Repeating Timer functions for repeated execution: Plaease use the typedef TimerAlarmRepeating. By default we use a new GPT timer. You can also request 1 AGT timer by calling setTimer(1);. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| typedef void(* | my_repeating_timer_callback_t) (void *obj) |