#include <ArduinoJson.h> String rs; void setup() { Serial1.begin(115200); } void loop() { if (rs = receiveUart()) { // 数字はJSONで確保する ...
確定! 回上一頁