Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #9 from SV-Zanshin/Multiple-Devices
Browse files Browse the repository at this point in the history
Version  1.0.5 completed
  • Loading branch information
SV-Zanshin authored Sep 29, 2017
2 parents f554f70 + eec9c5c commit 3f82586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/DisplayReadings/DisplayReadings.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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 //----------------------------------//
1 change: 1 addition & 0 deletions INA226.h
Original file line number Diff line number Diff line change
Expand Up @@ -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() **
Expand Down

0 comments on commit 3f82586

Please sign in to comment.