Skip to content

Releases: mmabey/Adafruit_Soundboard

v0.1.1: Workaround for not having an any() method

28 Sep 05:14
Compare
Choose a tag to compare
Reduced the timeout value for the UART bus from 1 second to 30
milliseconds. This makes the library almost as fast as the version that
had access to the UART.any() method.

Also, lots of updates to the documentation.

Removed dummy files

02 Aug 18:17
Compare
Choose a tag to compare
Removed dummy files Pre-release
Pre-release

The dummy files machine.py and utime.py aren't necessary when you properly use Sphinx's mock imports feature.

First release for CircuitPython

02 Aug 04:34
Compare
Choose a tag to compare
Pre-release

Followed Adafruit's guide to packaging drivers.