chrisb2 / pi_ina219

This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.
MIT License
114 stars 34 forks source link

Full auto gain #5

Closed chrisb2 closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #5 into master will increase coverage by 2.22%. The diff coverage is 100%.

@@           Coverage Diff            @@
##           master     #5      +/-   ##
========================================
+ Coverage   97.77%   100%   +2.22%     
========================================
  Files           1      1              
  Lines         180    228      +48     
  Branches       12     17       +5     
========================================
+ Hits          176    228      +52     
+ Misses          2      0       -2     
+ Partials        2      0       -2
Impacted Files Coverage Δ
ina219.py 100% <100%> (+2.22%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b63deaf...a0ab07a. Read the comment docs.