LW21-01B/BSP/Driver/beep/beep.h

9 lines
102 B
C

#ifndef _BEEP_H_
#define _BEEP_H_
void beep_init();
void beep_enable();
void beep_disable();
#endif