circuitpython/ports/raspberrypi/common-hal/audiobusio
Sumitra Sharma 002961775b Refine error message for rp2040 audiobusio I2S object creation
The error message for creating an I2S object on the rp2040 platform
in CircuitPython can be misleading when the word_select and data pins
are not sequential. This change updates the error message to provide
clearer guidance by specifying "GPIO pins" instead of just "pins".
The revised message now reads:

ValueError: Bit clock and word select must be sequential GPIO pins

Closes #8058

Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com>
2023-10-08 20:54:55 +05:30
..
__init__.c Implement audiobusio and enhance PIO for it 2021-02-23 15:50:00 -08:00
I2SOut.c Refine error message for rp2040 audiobusio I2S object creation 2023-10-08 20:54:55 +05:30
I2SOut.h RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
PDMIn.c rp2: StateMachine: Allow loading programs at fixed offsets 2023-07-27 15:47:04 -05:00
PDMIn.h Implement audiobusio and enhance PIO for it 2021-02-23 15:50:00 -08:00