Overview
Minor update that adds a bidirectional I2S interface (input and output using a single BCLK/LRCLK) and a software-based SPI interface to allow SPI connections on any pin.
Peripherals (I2S, SPI)
- Deduplicate SPI and SoftwareSPI routines (#2779)
- Add PIO-based SoftwareSPI enabling SPI on any pins (#2778)
- Add buffer read to
AudioBufferManager
andI2S
(#2777) - Bi-directional I2S support (#2775)