Skip to content

Commit bb71e82

Browse files
caternusontannewt
authored andcommitted
Refactor into generic OneWireBus, OneWireDevice and OneWireAddress (#1)
Its now reusable by other one wire device drivers similar to the [I2C and SPI bus devices](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice).
1 parent 8a674ca commit bb71e82

17 files changed

+1078
-189
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
__pycache__
2+
_build
3+
*.pyc
4+
.env
5+
build*
6+
bundles

0 commit comments

Comments
 (0)