ArduinoGetStarted / buzzer

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

Home Page:https://arduinogetstarted.com/tutorials/arduino-buzzer-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://arduinogetstarted.com/tutorials/arduino-buzzer-library


Languages

Language:C++ 100.0%