You are not updating 'n' inside your while loop void setup() { pinMode(13, OUTPUT); } void loop() { int n=1; while(n++ <= 5) ...
確定! 回上一頁