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

Corrected the placement of the resistor. Pull Up not pull down. Close… #66

Closed jogi-k closed 4 years ago

jogi-k commented 4 years ago

…s #65

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   95.91%   95.91%           
=======================================
  Files           6        6           
  Lines         245      245           
=======================================
  Hits          235      235           
  Misses         10       10

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 d35e8a8...5ade3de. Read the comment docs.

timofurrer commented 4 years ago

:tada: