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

typos, grammatical fixes #16

Closed tedder closed 5 years ago

tedder commented 5 years ago

Just a couple of things that were bugging me :+1:

codecov-io commented 5 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #16   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         228    228           
  Branches       17     17           
=====================================
  Hits          228    228

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 ad44c7a...38f1fe9. Read the comment docs.

chrisb2 commented 5 years ago

Thanks for those updates.

Chris