AutoFilm-ESP32/AutoFilmESP32/sound.h
2024-06-25 21:17:14 +01:00

10 lines
101 B
C

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