Change BME68x pins to BG default

This commit is contained in:
helgibbons 2022-03-22 08:33:49 +00:00
parent fa2774b114
commit 0cb0cf16bd
1 changed files with 1 additions and 1 deletions

View File

@ -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: