Vorrenrey/Marlin-VORON/Marlin/buzzer.h
2016-03-06 01:33:06 -08:00

8 lines
126 B
C

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