我試圖使arduino代碼中的void循環僅運行一次。 ... ssid: '); } void loop() { s.write('s'); while(s.available() >0) { char data=s.read(); shab += data; ...
確定! 回上一頁