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 run code formatting script 2021-03-15 19:27:36 +05:30
SPI.c Have start and end kwargs respect element size 2023-01-11 15:36:41 -08:00
SPI.h bitbangio.SPI.read: Support write_value, fix some other nits 2021-03-26 12:24:09 -05:00
__init__.c run black_bindings across all bindings 2022-09-27 15:21:42 -05:00
__init__.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00