0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00
MarlinFirmware/Marlin/buzzer.h

8 lines
123 B
C
Raw Normal View History

#ifndef BUZZER_H
#define BUZZER_H
#if HAS_BUZZER
void buzz(long duration,uint16_t freq);
#endif
#endif BUZZER_H