上次我們介紹了MQTT發送arduino傳進來的資料,今天要來介紹現在常用的json格式首先先 ... void loop() { while(Serial.available()>0){ data = Serial.read(); if(data ...
確定! 回上一頁