1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 04:29:34 +00:00
MarlinFirmware/Marlin/buzzer.h

8 lines
125 B
C
Raw Normal View History

#ifndef BUZZER_H
#define BUZZER_H
#if HAS_BUZZER
void buzz(long duration,uint16_t freq);
#endif
2015-06-27 07:05:34 +00:00
#endif //BUZZER_H