Skip to content

Commit fbea940

Browse files
authored
Update README.rst
1 parent d692942 commit fbea940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Usage Example
101101
ds248x = Adafruit_DS248x(i2c)
102102
103103
rom = bytearray(8)
104-
if not ds248x.OneWireSearch(rom):
104+
if not ds248x.onewire_search(rom):
105105
print("No more devices found\n\n")
106106
raise
107107

0 commit comments

Comments
 (0)