buzzer.h 98 B

12345678
  1. #ifndef BUZZER_H
  2. #define BUZZER_H
  3. void buzzer_setup();
  4. void buzz();
  5. void beep();
  6. #endif