EVE 1.0
beeper.h File Reference

Driver for Beeper. More...

Go to the source code of this file.

Functions

Functions called from application programs
void BeeperPulse (uint16_t OnTime)
 Name: BeeperPulse
Start generation of one beeper pulse. More...
 
void BeeperRepeat (uint16_t OnTime, uint32_t OffTime)
 Name: BeeperRepeat
Start generation of repeated beeper pulses. More...
 
void BeeperStop (void)
 Name: BeeperStop
Stop generation of beeper pulse or repeated beeper pulses. This function will not stop beeper click.
 
void BeeperClick (void)
 Name: BeeperClick
Start generation of a short beeper click of duration BEEPER_CLICK_TIME. This function will not stop ongoing beeper pulse or repeated beeper pulses. This sound can be used as a response of a key pressed action.
 

Detailed Description

Driver for Beeper.

Author
AMO, Jetro AS

Definition in file beeper.h.