Details
This commit is contained in:
@ -16,7 +16,6 @@ Adafruit_INA219 ina219;
|
|||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
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");
|
|
||||||
|
|
||||||
// Initialize the INA219.
|
// Initialize the INA219.
|
||||||
// By default the initialization will use the largest range (32V, 2A). However
|
// By default the initialization will use the largest range (32V, 2A). However
|
||||||
|
|||||||
Reference in New Issue
Block a user