7 lines
91 B
C
7 lines
91 B
C
#ifndef AUDIO_THREAD_H
|
|
#define AUDIO_THREAD_H
|
|
|
|
void setupAudio();
|
|
void loopAudio();
|
|
|
|
#endif |