circuitpython/shared-bindings/bitbangio
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
..
I2C.c Have start and end kwargs respect element size 2023-01-11 15:36:41 -08:00
I2C.h
SPI.c Have start and end kwargs respect element size 2023-01-11 15:36:41 -08:00
SPI.h
__init__.c run black_bindings across all bindings 2022-09-27 15:21:42 -05:00
__init__.h