from machine import Pin from time import sleep import dht #可依DHT11/DHT22 決定哪一行加上# #sensor = dht.DHT22(Pin(14)) sensor = dht.DHT11(Pin( ...
確定! 回上一頁