|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
#include "buzzer_driver.h"
Include dependency graph for buzzer_driver.c:Go to the source code of this file.
Functions | |
| void | buzzer_init () |
| Inicializa el pin de control del buzzer. | |
| void | buzzer_turn_on () |
| Activa el buzzer. | |
| void | buzzer_turn_off () |
| Desactiva el buzzer. | |
| void buzzer_init | ( | void | ) |
Definition at line 14 of file buzzer_driver.c.
Referenced by app_init().
| void buzzer_turn_off | ( | void | ) |
Definition at line 25 of file buzzer_driver.c.
Referenced by app_init(), and hmi_process().
| void buzzer_turn_on | ( | void | ) |
Definition at line 22 of file buzzer_driver.c.
Referenced by hmi_process().