My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

buzzer.h 126B

12345678
  1. #ifndef BUZZER_H
  2. #define BUZZER_H
  3. #if HAS_BUZZER
  4. void buzz(long duration, uint16_t freq);
  5. #endif
  6. #endif //BUZZER_H