Once I've included the def read_all() in my main code how do I call it?DougieLawson wrote: ↑Thu Aug 02, 2018 7:34 am
You'd do much better by calling BME680 directly in your main program and getting rid of that "glue" module.
Code: Select all
ambient_temp, pressure, humidity = bme680_sensor.read_all()
Mostly fromDougieLawson wrote: ↑Mon Jul 30, 2018 6:16 pmWhere did you get that code from? Because it doesn't match anything on https://github.com/RaspberryPiFoundatio ... er-station