cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
Loading...
Searching...
No Matches
buzzer_driver.h File Reference

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.
 

Function Documentation

◆ buzzer_init()

void buzzer_init ( void  )

Definition at line 14 of file buzzer_driver.c.

Referenced by app_init().

◆ buzzer_turn_off()

void buzzer_turn_off ( void  )

Definition at line 25 of file buzzer_driver.c.

Referenced by app_init(), and hmi_process().

◆ buzzer_turn_on()

void buzzer_turn_on ( void  )

Definition at line 22 of file buzzer_driver.c.

Referenced by hmi_process().