void handleData(ModbusMessage response, uint32_t token) { float f; response.get(3, f); Serial.println(f); } void handleError(Error error, ...
確定! 回上一頁