diff --git a/Examples/DisplayReadings/DisplayReadings.ino b/Examples/DisplayReadings/DisplayReadings.ino index c9e8178..45ccc7e 100644 --- a/Examples/DisplayReadings/DisplayReadings.ino +++ b/Examples/DisplayReadings/DisplayReadings.ino @@ -101,6 +101,6 @@ void loop() { // Serial.print((float)INA226.getBusMicroWatts()/1000.0,3); // Convert to milliwatts // Serial.println(F("mW")); // // Serial.println(); // // - } // of for-next each device loop // // + } // of for-next each device loop // // delay(5000); // // } // of method loop //----------------------------------// diff --git a/INA226.h b/INA226.h index 34ed0c3..a9459ae 100644 --- a/INA226.h +++ b/INA226.h @@ -33,6 +33,7 @@ ** ** ** Vers. Date Developer Comments ** ** ====== ========== ============================= ============================================================== ** +** 1.0.5 2017-09-24 https://github.com/SV-Zanshin https://github.com/SV-Zanshin/INA226/issues/6. Multiple INA226 ** ** 1.0.5b 2017-09-23 https://github.com/SV-Zanshin https://github.com/SV-Zanshin/INA226/issues/6. Multiple INA226 ** ** 1.0.5a 2017-09-18 https://github.com/SV-Zanshin https://github.com/SV-Zanshin/INA226/issues/6. Multiple INA226 ** ** 1.0.4 2017-08-13 https://github.com/SV-Zanshin Enhancement #5, removed while() loop after Wire.requestFrom() **