from machine import Pin, I2C import machine import bme280 pin_i2c_scl = 22 pin_i2c_sda = 21 bme280_address = 0x77 print("Setting up Sensor I2C").
確定! 回上一頁