strncpy (stringBuffer,stringList,MAX_STRING_LEN); Serial.println(stringBuffer); for(str=strtok_r(stringBuffer,",",&p); //split using comma
確定! 回上一頁