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

Update README.md #26

Closed Tobola closed 3 years ago

Tobola commented 3 years ago

Added is_conversion_ready() to readme.

codecov-io commented 3 years ago

Codecov Report

Merging #26 (3ba434d) into master (7bf7eea) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   99.13%   99.13%           
=======================================
  Files           1        1           
  Lines         231      231           
  Branches       18       18           
=======================================
  Hits          229      229           
  Misses          1        1           
  Partials        1        1           

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 7bf7eea...3ba434d. Read the comment docs.