17#define PIEZO_BUZZER_PIN GPIO_NUM_17
static void shutdown_tone()
Used on device shutdown.
Definition: tones.h:45
#define PIEZO_BUZZER_PIN
GPIO pin to control the piezo buzzer.
Definition: tones.h:17
static void message_tone()
BluetoothLE message received tone.
Definition: tones.h:69
static void startup_tone()
Used on device startup.
Definition: tones.h:30
static void init_tones()
Start tones by setting GPIO pin as an OUTPUT to control the onboard piezo buzzer.
Definition: tones.h:23
static void completed_tone()
Command completed tone.
Definition: tones.h:60
static void error_tone()
Generic error tone.
Definition: tones.h:80