Functions which handle the beeper. More...
Modules | |
Advanced informations | |
Functions | |
void | beeper_on (void) |
Turns the beeper on. More... | |
void | beeper_off (void) |
Turns the beeper off. More... | |
void | beeper_set (uint16_t Hz) |
Sets the frequency of the beeper. More... | |
Functions which handle the beeper.
example
void beeper_off | ( | void | ) |
void beeper_on | ( | void | ) |
Turns the beeper on.
void beeper_set | ( | uint16_t | Hz | ) |
Sets the frequency of the beeper.
Hz | 16-bit unsigned integer If the frequency is not 0 Hz the beeper is set to this frequency and turned on. Otherwise it will be turned off. The lowest possible frequency is about 40 Hz. |