circuitpython/shared-module/nativeio
Scott Shawcroft ff208d7677 Add low-level OneWire support class.
This class focuses on the timing sensitive parts of the protocol.
Everything else will be done by Python code.

This also establishes that its OK to back a nativeio class with a
bitbang implementation when no hardware acceleration exists. When
it does, then bitbangio should be used to explicitly bitbang a
protocol.
2017-03-25 12:04:49 +00:00
..
OneWire.c Add low-level OneWire support class. 2017-03-25 12:04:49 +00:00
OneWire.h Add low-level OneWire support class. 2017-03-25 12:04:49 +00:00