void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}
void loop() {
Serial.print("Hello, pongpat\n");
Serial.println("x=%d\n",x);
delay(10); // this speeds up the simulation
}
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}
void loop() {
Serial.print("Hello, pongpat\n");
Serial.println("x=%d\n",x);
delay(10); // this speeds up the simulation
}