buzzer.h 102 B

123456
  1. #ifndef __BUZZER_H__
  2. #define __BUZZER_H__
  3. void buzzer_init(void);
  4. void buzzer_exit(void);
  5. #endif