File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818#bme_cs = digitalio.DigitalInOut(board.D10)
1919#bme280 = adafruit_bme280.Adafruit_BME280_SPI(spi, bme_cs)
2020
21- # change this to match the location's pressure (hPa) at sea level
21+ # Change this to match the location's pressure (hPa) at sea level
2222bme280 .sea_level_pressure = 1013.25
2323bme280 .mode = adafruit_bme280 .MODE_NORMAL
2424bme280 .standby_period = adafruit_bme280 .STANDBY_TC_500
2525bme280 .iir_filter = adafruit_bme280 .IIR_FILTER_X16
2626bme280 .overscan_pressure = adafruit_bme280 .OVERSCAN_X16
2727bme280 .overscan_humidity = adafruit_bme280 .OVERSCAN_X1
2828bme280 .overscan_temperature = adafruit_bme280 .OVERSCAN_X2
29- #The sensor will need a moment to gather inital readings
29+ # The sensor will need a moment to gather initial readings
3030time .sleep (1 )
3131
3232while True :
You can’t perform that action at this time.
0 commit comments