digitalWrite (LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // 延遲1 秒 digitalWrite(LED_BUILTIN, LOW); ...
確定! 回上一頁