circuitpython/shared-bindings/bitbangio
Radomir Dopieralski 78f6c2232c Allow empty reads and writes for busio.SPI
This is mostly for convenience, so that user code doesn't
need to add additional checks.

Also, bring the bitbangio into compatibility with busio wrt. empty
buffers.
2017-11-03 17:33:37 +01:00
..
__init__.c shared-bindings: Update docs to remove with statements from examples but add more detail to the design guide about their use. 2017-06-07 14:39:12 -07: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
I2C.c Allow empty reads and writes for busio.SPI 2017-11-03 17:33:37 +01:00
I2C.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
OneWire.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
OneWire.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
SPI.c Allow empty reads and writes for busio.SPI 2017-11-03 17:33:37 +01:00
SPI.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00