AutoFilm-ESP32/include/sound.h

10 lines
101 B
C
Raw Normal View History

2024-06-25 21:04:22 +01:00
#ifndef SOUND_H
#define SOUND_H
#include "config.h"
void playTune();
void playAlarmTone();
#endif