#include <Wire.h> #include <LiquidCrystal_I2C.h> #include <DHT11.h> int pin=2; DHT11 dht11(pin); // Set the pins on the I2C chip used for LCD connections: ...
確定! 回上一頁