/buzzer

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

Primary LanguageC++

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