func_speaker.h 178 B

12345678
  1. #ifndef _FUNC_SPEAKER_H
  2. #define _FUNC_SPEAKER_H
  3. void func_speaker(void);
  4. void func_speaker_message(u16 msg);
  5. void func_speaker_start(void);
  6. void func_speaker_stop(void);
  7. #endif