Viking Skull Lamp
V1.0.1
|
#include "buzzerControl.hpp"
Go to the source code of this file.
Functions | |
void | buttonClickSound () |
Generate button click sound. More... | |
void | encoderRotateSound () |
Generate encoder rotate sound. More... | |
void | openCloseMelody () |
Generate open-close melody. More... | |
void | clapMelody () |
Generate clap melody. More... | |
void | turnOnMelody () |
Generate turn on sound. More... | |
void buttonClickSound | ( | ) |
Generate button click sound.
This function generates the button click sound effect on the buzzer.
Definition at line 32 of file buzzerControl.cpp.
void clapMelody | ( | ) |
Generate clap melody.
This function generates the clap melody on the buzzer.
Definition at line 81 of file buzzerControl.cpp.
void encoderRotateSound | ( | ) |
Generate encoder rotate sound.
This function generates the encoder rotate sound effect on the buzzer.
Definition at line 44 of file buzzerControl.cpp.
void openCloseMelody | ( | ) |
Generate open-close melody.
This function generates the open-close melody on the buzzer.
Definition at line 56 of file buzzerControl.cpp.
void turnOnMelody | ( | ) |
Generate turn on sound.
This function generates the turn on sound effect on the buzzer.
Definition at line 106 of file buzzerControl.cpp.