enableIRIn(); // Start the receiver //Serial.println("Start"); } void loop() { if ( irrecv.decode(&results) ) { int getValue = results.value ...
確定! 回上一頁