PWM-based buzzer interface.
============================================================================
#include "Board.h"
Go to the source code of this file.
Macros | |
#define | BUZZER_FREQ_MIN 3 |
#define | BUZZER_FREQ_MAX 8000 |
Functions | |
void | buzzerOpen (PIN_Handle hPinGpio) |
bool | buzzerSetFrequency (uint16_t frequency) |
void | buzzerClose (void) |
#define BUZZER_FREQ_MIN 3 |
#define BUZZER_FREQ_MAX 8000 |
void buzzerOpen | ( | PIN_Handle | hPinGpio | ) |
bool buzzerSetFrequency | ( | uint16_t | frequency | ) |
void buzzerClose | ( | void | ) |