Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.01 KB

Buzzer Library for Arduino - ezBuzzer

This library is designed for buzzer to beep or play melody without blocking other code.

ezBuzzer stands for easy buzzer, which mean that the library is easy to use.

Features

  • Supports beep
  • Supports melody
  • All functions are non-blocking (no delay() function)

Available Examples

Available Functions

  • ezBuzzer()
  • stop()
  • beep()
  • playMelody()
  • getState()
  • loop()

How To Install the Library

References