2024-09-2901

This commit is contained in:
hans-jurgen 2024-09-29 13:09:56 +02:00
parent ae72fedd36
commit bd0360767d

View File

@ -16,7 +16,7 @@ void check_if_exist_I2C();
void setup() { void setup() {
Serial.begin(74800); Serial.begin(74800);
while (!Serial); // Leonardo: wait for serial monitor while (!Serial); // Leonardo: wait for serial monitor
Serial.println("\n\nI2C Scanner to scan for devices on each port pair D0 to D7"); Serial.println("\n\n\n\n\nI2C Scanner to scan for devices on each port pair D0 to D7");
scanPorts(); scanPorts();
} }