This commit is contained in:
reto
2022-08-02 11:05:51 +02:00
parent 8701f2d070
commit 46c11e247a

View File

@ -16,7 +16,6 @@ Adafruit_INA219 ina219;
void setup() {
Serial.begin(115200);
while (!Serial); // Leonardo: wait for serial monitor
Serial.println("\n\nI2C Scanner to scan for devices on each port pair D0 to D7");
// Initialize the INA219.
// By default the initialization will use the largest range (32V, 2A). However