void setup() {
Serial.begin(9600);
Serial.println(“Hi”);
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
Serial.begin(9600);
Serial.println(“Hi”);
}
void loop() {
// put your main code here, to run repeatedly:
}