Need some help here. The tutorial show how to read value by command line cat /sys/devices/platform/dht11@0/iio:device0/in_temp_input
but this does not exist for i2c.
What is the way to call the values of the bme280 over i2c?
tfile='/sys/devices/platform/dht11@0/iio:device0/in_temp_input'
hfile='/sys/devices/platform/dht11@0/iio:device0/in_humidityrelative_input'