摘要: arduino使用USB串口通信 示例代码: void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { // put your m 阅读全文
posted @ 2023-03-26 23:35 小鱼圆又圆 阅读(520) 评论(0) 推荐(0)