int ledPin = 13; //使用Arduino板子上預設的LED Port void setup() { pinMode(ledPin, OUTPUT); Serial.begin(9600); } String s = " "; void loop()
確定! 回上一頁