void setup() {
// Initialize serial
Serial.begin(115200);
// Put your setup code here, to run once:
// Notify that setup has ended
Serial.println(F("Start"));
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
// Initialize serial
Serial.begin(115200);
// Put your setup code here, to run once:
// Notify that setup has ended
Serial.println(F("Start"));
}
void loop() {
// put your main code here, to run repeatedly:
}