cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
Loading...
Searching...
No Matches
buzzer_driver.h
Go to the documentation of this file.
1
6#if !defined(DRIVER_BUZZER_H)
7#define DRIVER_BUZZER_H
8
9#include "chip.h"
10
14void buzzer_init(void);
15
19void buzzer_turn_on(void);
20
24void buzzer_turn_off(void);
25
26#endif // DRIVER_BUZZER_H
void buzzer_init(void)
Inicializa el pin de control del buzzer.
void buzzer_turn_off(void)
Desactiva el buzzer.
void buzzer_turn_on(void)
Activa el buzzer.