12 lines
107 B
C
Executable File
12 lines
107 B
C
Executable File
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void buzzer_init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|