void setup() {
// put your setup code here, to run once:
Serial.begin(11520);
Serial.println("Serial connection Up");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}
void test() {
}