This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/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 09:05:34 +02:00
#endif //BUZZER_H