Releases: relic-se/CircuitPython_PIO_I2S
Releases · relic-se/CircuitPython_PIO_I2S
1.1.0
What's Changed
- Library renamed to CircuitPython_PIO_I2S and module restructured to
pio_i2s.I2S
. #3 - Unnecessary API features removed (
readable
,writable
,write_index
, andwrite_buffer
). #4 - Added
play
andrecord
methods for simpler operation with larger destination buffer sizes. #5
Full Changelog: 1.0.0...1.1.0
1.0.0 - Initial Release
Bidirectional I2S audio communication using PIO.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Community bundle.
Read the docs for info on how to use it.