circuitpython/shared-module
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
..
bitbangio Add low-level OneWire support class. 2017-03-25 12:04:49 +00:00
nativeio Add low-level OneWire support class. 2017-03-25 12:04:49 +00:00
uheap uheap: Switch to using gc_nbytes to measure allcoation size so we stop undercounting. 2016-11-23 17:32:50 -08:00
help.c Rename to CircuitPython 2017-01-05 14:36:52 -08:00