timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Implement command to change sensor precision. Closes #10 #29

Closed timofurrer closed 7 years ago

timofurrer commented 7 years ago

Implemented method to change sensor precision.

codecov-io commented 7 years ago

Codecov Report

Merging #29 into master will decrease coverage by 4.26%. The diff coverage is 34.28%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #29      +/-   ##
=======================================
- Coverage   61.27%   57%   -4.27%     
=======================================
  Files           4     4              
  Lines         173   207      +34     
=======================================
+ Hits          106   118      +12     
- Misses         67    89      +22
Impacted Files Coverage Δ
w1thermsensor/cli.py 0% <0%> (ø) :arrow_up:
w1thermsensor/core.py 97.41% <100%> (+0.29%) :arrow_up:

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 a6fe69c...ca674a3. Read the comment docs.