generated from Template/H563ZI-HAL-CMake-Template
9 lines
122 B
C
9 lines
122 B
C
#ifndef __BUZZER_H__
|
|
#define __BUZZER_H__
|
|
|
|
#include "headfile.h"
|
|
|
|
void Buzzer_Open(void);
|
|
void Buzzer_Close(void);
|
|
|
|
#endif |