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.2 - Fixed discord invite link

Published by evaherrada over 4 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.1 - Added Black check, reran Black with Python 3 target.

Published by evaherrada over 4 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.0 - Upgrade to latest Pylint, implement Black formatting

Published by evaherrada over 4 years ago

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.3.2 - Changed CI from Travis to GitHub Actions

Published by evaherrada over 4 years ago

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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 - Bug fixes to repo config files.

Published by kattni almost 5 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-rtttl.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RTTTL - Update for CircuitPython 5.x compatibility

Published by kattni about 5 years ago

Thanks to @hexthat for the update!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-rtttl.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RTTTL - Update Travis Badge In Readme

Published by sommersoft almost 6 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-rtttl.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RTTTL - Fix for 3.x compatibility

Published by kattni almost 6 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-rtttl.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RTTTL - Now on PyPi!

Published by kattni about 6 years ago

  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-rtttl.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RTTTL - Add README example

Published by tannewt over 6 years ago

Thanks to @jedgarpark for adding another example to the README.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RTTTL - PWM fix

Published by tannewt over 6 years ago

  • Fixed the library so multiple calls to play work as expected and don't get a "Pin in use" exception.

Documentation is available on ReadTheDocs.

To use, simply load the Adafruit CircuitPython Library Bundle or download the corresponding file from this release.

Adafruit_CircuitPython_RTTTL - Added support for PWM output!

Published by kattni over 6 years ago

Thanks to @tannewt for the great work!

To use, simply load the Adafruit CircuitPython Library Bundle or download the correct file from this release.

Adafruit_CircuitPython_RTTTL - Sphinx update.

Published by kattni over 6 years ago

Thanks to @brentru for the great work!

Adafruit_CircuitPython_RTTTL - Changes to be compatible with pylint and added example file

Published by mrmcwethy over 6 years ago

Example playing two songs

Adafruit_CircuitPython_RTTTL - 0.1.0 - Play some tunes!

Published by tannewt over 7 years ago

Play some RTTTL tunes with this library!

Package Rankings
Top 15.84% on Pypi.org
Related Projects