https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/#busio.SPI.readinto
readinto(self, buffer: _typing.WriteableBuffer, *, start: int = 0, end: int = sys.maxsize, write_value: int = 0)
Keyword states
end: int = sys.maxsize
Docstring states
end (int) – end of buffer slice; if not specified, use len(buffer)
https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/#busio.SPI.readinto
readinto(self, buffer: _typing.WriteableBuffer, *, start: int = 0, end: int = sys.maxsize, write_value: int = 0)
Keyword states
end: int = sys.maxsizeDocstring states
end (int) – end of buffer slice; if not specified, use len(buffer)