11 lines
No EOL
186 B
C
11 lines
No EOL
186 B
C
#ifndef BUZZER_CTL_H
|
|
#define BUZZER_CTL_H
|
|
|
|
#include "hardware.h"
|
|
|
|
void short_beep();
|
|
void granted_beep();
|
|
void denied_beep();
|
|
void clear_states();
|
|
|
|
#endif |