Change BME68x pins to BG default
This commit is contained in:
parent
fa2774b114
commit
0cb0cf16bd
|
@ -9,7 +9,7 @@ from pimoroni_i2c import PimoroniI2C
|
||||||
PINS_BREAKOUT_GARDEN = {"sda": 4, "scl": 5}
|
PINS_BREAKOUT_GARDEN = {"sda": 4, "scl": 5}
|
||||||
PINS_PICO_EXPLORER = {"sda": 20, "scl": 21}
|
PINS_PICO_EXPLORER = {"sda": 20, "scl": 21}
|
||||||
|
|
||||||
i2c = PimoroniI2C(**PINS_PICO_EXPLORER)
|
i2c = PimoroniI2C(**PINS_BREAKOUT_GARDEN)
|
||||||
bmp = BreakoutBME68X(i2c)
|
bmp = BreakoutBME68X(i2c)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in New Issue