this is what you want: void read() { for (i = 0; i < 7; i++) { while (!Serial.available()); // wait forever for some input data[i] = Serial.
確定! 回上一頁