main/task_sound.c

changeset 4
6d1f512cd074
parent 1
ad2c8b13eb88
child 38
537ffe280775
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file task_sound.c 2 * @file task_sound.c
3 * @brief BrewBoard Sound driver. Plays WAVE audio, Microsoft PCM, 8 bit, mono 16000 Hz 3 * @brief BrewBoard Sound driver. Uses a simple piezo buzzer.
4 * files from the /spiffs/sound/ directory.
5 */ 4 */
6 5
7 #include "config.h" 6 #include "config.h"
8 7
9 8

mercurial