# If your modules are set according to my article in PiMag and you have setup your probe as per Adafruit
# you should just have to change the serial number to yours
Code: Select all
tfile = open("/sys/bus/w1/devices/28-0000053cfcb7/w1_slave")
text = tfile.read()
tfile.close()2)when would a device register under /sys/bus/...?
3)when someone open this device file, what's it actually do?
4)can you write something there to? and from the device standpoint , what does writing to file mean?