File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
#bme_cs = digitalio.DigitalInOut(board.D10)
19
19
#bme280 = adafruit_bme280.Adafruit_BME280_SPI(spi, bme_cs)
20
20
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
22
22
bme280 .sea_level_pressure = 1013.25
23
23
bme280 .mode = adafruit_bme280 .MODE_NORMAL
24
24
bme280 .standby_period = adafruit_bme280 .STANDBY_TC_500
25
25
bme280 .iir_filter = adafruit_bme280 .IIR_FILTER_X16
26
26
bme280 .overscan_pressure = adafruit_bme280 .OVERSCAN_X16
27
27
bme280 .overscan_humidity = adafruit_bme280 .OVERSCAN_X1
28
28
bme280 .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
30
30
time .sleep (1 )
31
31
32
32
while True :
You can’t perform that action at this time.
0 commit comments