Functions | |
void | initialize () |
void | set () |
void | clear () |
The panel has a buzzer. PG3 should be connected with a jumper to enable the buzzer. Buzzer is making a sound if the port value is high. PORTG3 - buzzer
void buzzer::clear | ( | ) |
Disables the buzzer.
void buzzer::initialize | ( | ) |
Initializes PORTC to output and turns off all LEDs.
void buzzer::set | ( | ) |
Enables the buzzer.