7 lines
82 B
C
7 lines
82 B
C
#pragma once
|
|
|
|
#include "arduino.h"
|
|
|
|
|
|
void initAudio(void);
|
|
void handleAudio(void); |