import machine import bme280 i2c = I2C(0, freq=399361, scl=Pin(21), sda=Pin(20)) print(i2c) bme = bme280.BME280(i2c=i2c, address=0x76) ...
確定! 回上一頁