mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
722829b058
at least the lcd independent part from Marlin_main.cpp.
8 lines
123 B
C
8 lines
123 B
C
#ifndef BUZZER_H
|
|
#define BUZZER_H
|
|
|
|
#if HAS_BUZZER
|
|
void buzz(long duration,uint16_t freq);
|
|
#endif
|
|
|
|
#endif BUZZER_H |