... if ((insize = (I2CBT.available())) > 0) //讀取藍芽訊息; {; Serial.print("input size = "); //判斷有沒有訊息接收; Serial.println(insize); //顯示接收多少 ...
確定! 回上一頁