void setup() {
Serial.begin(115200); // Any baud rate should work
Serial.println("This input system is used to fill the positions in a table\n");
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
Serial.begin(115200); // Any baud rate should work
Serial.println("This input system is used to fill the positions in a table\n");
}
void loop() {
// put your main code here, to run repeatedly:
}