You can't exit the while loop therefore you will keep running the code digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(1000);.
確定! 回上一頁