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.
- Supports beep
- Supports melody
- All functions are non-blocking (no delay() function)
- ezBuzzer()
- stop()
- beep()
- playMelody()
- getState()
- loop()