Skip to content

Commit 877da49

Browse files
committed
Changed the device address
1 parent 92aa957 commit 877da49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

onewire/onewire.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#!/usr/bin/env python
12
import time
23

3-
w1="/sys/bus/w1/devices/28-000002e34b73/w1_slave"
4+
w1="/sys/bus/w1/devices/28-00000114ef1b/w1_slave"
45

56
while True:
67
raw = open(w1, "r").read()

0 commit comments

Comments
 (0)