#include "Arduino.h"; int led = 13;; int main(); {; pinMode(led, OUTPUT);; while(1) ... Serial.println("字串內容");; // 傳遞數值; Serial.print(變數);.
確定! 回上一頁