mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
8 lines
No EOL
125 B
C
8 lines
No EOL
125 B
C
#ifndef BUZZER_H
|
|
#define BUZZER_H
|
|
|
|
#if HAS_BUZZER
|
|
void buzz(long duration,uint16_t freq);
|
|
#endif
|
|
|
|
#endif //BUZZER_H
|