Search found 1 match
- Mon Apr 06, 2015 8:59 pm
- Forum: Drivers for External Components
- Topic: 1wire devices
- Replies: 16
- Views: 21265
Re: 1wire devices
I'm getting an error with the read_temp function. Whenever I try to read_temp off of a single device without specifying the device rom, I get this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "main.py", line 15, in print_temp File "ds18x20.py", line 73, in read_...