Releases: adafruit/Adafruit_CircuitPython_RTTTL
2.4.15 - Fixed import blockout issue
Fixed an issue where the imports caused devices that only had pwmio
(and did not have audioio
) to be mistakenly blocked from importing this library due to requiring adafruit_waveform
.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.14 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.13 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.12 - Reformatted library to match latest black version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.11 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.10 - Print error about missing waveform library
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.9 - Fix Play Function Arguments.
This release resolves an issue with the play()
function arguments.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.8 - Added type hints
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.7 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.
2.4.6 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-rtttl
.
Read the docs for info on how to use it.