通常只有Leonardo板才會出現類似的情況,請在setup()函式加入底下的while迴圈: void setup() { Serial.begin(9600); while (!Serial) { ; // 等待序列埠連線} : 其餘 ...
確定! 回上一頁