Adafruit_CircuitPython_RTTTL

Play RTTTL tunes in CircuitPython

MIT License

Downloads
1.3K
Stars
4
Committers
15

Bot releases are hidden (Show)

Adafruit_CircuitPython_RTTTL - 2.4.22 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_RTTTL/compare/2.4.21...2.4.22

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.

Adafruit_CircuitPython_RTTTL - 2.4.21 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.20 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.19 - Fix Dotted Note Duration

Published by FoamyGuy about 2 years ago

This release fixes an issue that caused dotted notes to be played for 50% less duration instead of 50% more duration as intended. Thank you @duckythescientist for the fix!

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.

Adafruit_CircuitPython_RTTTL - 2.4.18 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.17 - Fixed version string

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.16 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.15 - Fixed import blockout issue

Published by tekktrik about 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.14 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.13 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.12 - Reformatted library to match latest black version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.11 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.10 - Print error about missing waveform library

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.9 - Fix Play Function Arguments.

Published by FoamyGuy almost 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.8 - Added type hints

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.7 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.6 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.5 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.4. - Moved from Pulseio.PWMOut to Pwmio.PWMOut

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_RTTTL - 2.4.3 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.

Package Rankings
Top 15.84% on Pypi.org
Related Projects