Serial.print("\t"); // prints a tab. Serial.println(x, BIN); // print as an ASCII-encoded binary // then adds the carriage return with "println"
確定! 回上一頁