circuitpython/ports/raspberrypi/bindings/rp2pio
Scott Shawcroft aa2ba4d88b
Have start and end kwargs respect element size
The comment says it is `buffer[start:end]` but it assumed elements
were a single byte long. Now it correctly does multibyte elements
from array.array.

Fixes #4988
2023-01-11 15:36:41 -08:00
..
__init__.c Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
__init__.h Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
StateMachine.c Have start and end kwargs respect element size 2023-01-11 15:36:41 -08:00
StateMachine.h Have start and end kwargs respect element size 2023-01-11 15:36:41 -08:00