circuitpython/shared-module/bitbangio
2018-05-13 22:32:32 -04:00
..
__init__.c This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
I2C.c remove #include py/nlr.h from I2C.c 2018-05-13 22:32:32 -04:00
OneWire.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
SPI.c replace tabs with spaces 2018-02-05 10:44:29 -05:00
types.h add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00