We are doing a project for our intro to programming class. We are making a temperature sensor that will send our data to sen.se. When we run our program on our raspberry pi this comes up:
Traceback (most recent call last) :
File "/home/pi/Desktop/1.py", line 14, in <module>
device_folder = glob.glob(base_dir + '28*')[0]
IndexError: list index out of range
What does this mean? and how can we fix it? Thank you
temperature code.txt