|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
Interfaz del driver de buzzer. More...
#include "chip.h"
Include dependency graph for buzzer_driver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | buzzer_init (void) |
| Inicializa el pin de control del buzzer. | |
| void | buzzer_turn_on (void) |
| Activa el buzzer. | |
| void | buzzer_turn_off (void) |
| 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().