From here on I'll address only the code within loop(). void loop() { delay(100); if ( S1() ) digitalWrite(LED1, 1); ...
確定! 回上一頁