Arduino 基本實習操作:LED跑馬燈 ... 程式碼. int s = 6; int e = 9; int l = s; void setup() { for (byte i = s;i <= e;i++) { pinMode(i,OUTPUT); } ...
確定! 回上一頁