請幫忙我合併以下兩個程式謝謝~#include #include "DHT.h"#define dhtPin 8 #define dhtType DHT11 DHT dht(dhtPin, dhtType); void setup() { Ser ...
確定! 回上一頁