embedded-software
reusable software modules for embedded systems
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | Buzzer_Init (void) |
initializes the buzzer module for use More... | |
void | Buzzer_Sound (uint16_t frequency, uint16_t timeout) |
void | hal_Buzzer_Init (void) |
hardware abstaction layer buzzer initialization More... | |
void | hal_Start_Buzzer (uint16_t frequency) |
hardware abstraction layer to start buzzer and set the frequency More... | |
void | hal_Stop_Buzzer (void) |
hardware abstraction layer to stop buzzer More... | |