parseInt (); in1Val = Serial.parseInt(); in2Val = Serial.parseInt(); // Only read the next three if there is data if(Serial.available() > 0){ in3Val = Serial ...
確定! 回上一頁