Marlin 2.0 for Flying Bear 4S/5
 
 
 
 
 
 

8 lines
125 B

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