main/task_sound.h

changeset 4
6d1f512cd074
parent 1
ad2c8b13eb88
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 #ifndef _TASK_SOUND_H 1 #ifndef _TASK_SOUND_H
2 #define _TASK_SOUND_H 2 #define _TASK_SOUND_H
3 3
4 /** 4 /**
5 * @file task_sound.h 5 * @file task_sound.h
6 * @brief Sound player using the ESP32 internal DAC port. 6 * @brief BrewBoard Sound driver. Uses a simple piezo buzzer.
7 */ 7 */
8 8
9 /** 9 /**
10 * @brief Sound prompt types 10 * @brief Sound prompt types
11 */ 11 */

mercurial