THB2/bthome_phy6222/source/buzzer.h
2024-12-13 18:19:29 +03:00

16 lines
249 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* buzzer.h
*
* Created on: 13 дек. 2024 г.
* Author: pvvx
*/
#ifndef SOURCE_BUZZER_H_
#define SOURCE_BUZZER_H_
void pwm_buzzer_event(void);
void pwm_buzzer_start(void);
void pwm_buzzer_stop(void);
#endif /* SOURCE_BUZZER_H_ */