AutoFilm-ESP32/include/sound.h

10 lines
101 B
C

#ifndef SOUND_H
#define SOUND_H
#include "config.h"
void playTune();
void playAlarmTone();
#endif