void setup () { //最一開始的樣子 pinMode(13, OUTPUT); //設定腳位13輸出(要去看arduino 板子上接的腳位) } void loop() { //迴圈(其他時間要做的事情) ...
確定! 回上一頁