蓝牙模块设置
摘要:
void setup() { // put your setup code here, to run once: Serial.begin(38400); } void sendcmd() { Serial.println("AT"); while(Serial.available()) { char ch; ch = Serial.read(); ... 阅读全文
posted @ 2019-06-27 12:54 挽年_Sonny 阅读(421) 评论(0) 推荐(0)
浙公网安备 33010602011771号