Skip to content

Commit e3987e6

Browse files
authored
Merge pull request #1 from BlitzCityDIY/main
adding library and example
2 parents afaf059 + c796351 commit e3987e6

File tree

5 files changed

+409
-10
lines changed

5 files changed

+409
-10
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ This driver depends on:
3030

3131
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
3232
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
33-
* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register>`_
3433

3534
Please ensure all dependencies are available on the CircuitPython filesystem.
3635
This is easily achieved by downloading
@@ -105,7 +104,7 @@ Usage Example
105104
print("DS248x OK!")
106105
except RuntimeError:
107106
print("DS248x initialization failed.")
108-
107+
109108
rom = bytearray(8)
110109
if not ds248x.OneWireSearch(rom):
111110
print("No more devices found\n\n")

0 commit comments

Comments
 (0)