This library is very simple, containing one class named TBeeper, with the only input required being the pin the piezo buzzer is on. This class is built on standard Arduino methods & includes definitions for various musical notes & some preprogrammed melodies/chimes.

Available in this class are:

  • silence();

  • beep(note, duration); // non-blocking

  • beep(note, duration, postduration); // blocking

  • chime(chime);

Dependencies:

  • TBD!

    First release!

    Download the library as a zip file via this link!