From 46c11e247a48d16b5928e0cf9639c0cf50243130 Mon Sep 17 00:00:00 2001 From: reto Date: Tue, 2 Aug 2022 11:05:51 +0200 Subject: [PATCH] Details --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4357fd8..1846a73 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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