NonBlockingRTTTL icon indicating copy to clipboard operation
NonBlockingRTTTL copied to clipboard

NonBlockingRTTTL is a non-blocking arduino library for playing RTTTL melodies.

Results 2 NonBlockingRTTTL issues
Sort by recently updated
recently updated
newest added

See migration notes: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html Scroll down to LEDC: "ledcAttach used to set up the LEDC pin (merged ledcSetup and ledcAttachPin functions)."

RTX ringtones are superset of RTTTL. It adds style and loops option. I've implemented it to [my library](https://github.com/zdila/ArduinoRTX) (before I discovered there are much more Arduino RTTTL libs on the...