M128/64 STK 1.0.1
 
Loading...
Searching...
No Matches
buzzer Namespace Reference

Functions

void initialize ()
 
void set ()
 
void clear ()
 

Detailed Description

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

Function Documentation

◆ clear()

void buzzer::clear ( )

Disables the buzzer.

◆ initialize()

void buzzer::initialize ( )

Initializes PORTC to output and turns off all LEDs.

◆ set()

void buzzer::set ( )

Enables the buzzer.