Skip to content

Releases: relic-se/CircuitPython_PIO_I2S

1.1.0

05 Dec 17:07
571c4e7
Compare
Choose a tag to compare

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, and write_buffer). #4
  • Added play and record methods for simpler operation with larger destination buffer sizes. #5

Full Changelog: 1.0.0...1.1.0

1.0.0 - Initial Release

22 Nov 22:18
2dbe1b7
Compare
Choose a tag to compare

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.