Arduino學習(2)

通過Arduino編譯器查看串口數據。 hello world程序: void setup(){ Serial.begin(9600);//打開串口,設置波特率爲9600bps } void loop(){ Serial.println("Hello World"); delay(1000); } 編譯、上傳,然後打開編譯器的Serial Monitor,即可看到輸出的「Hello
相關文章
相關標籤/搜索