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