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

Adding support for the MAX31850K 1 wire board. #14

Closed trispad closed 8 years ago

trispad commented 8 years ago

Adding support for the MAX31850K board (https://www.adafruit.com/products/1727).

Thanks for taking a look, trispad

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #14 into master will not affect coverage as of 3e64037

@@            master     #14   diff @@
======================================
  Files            2       2       
  Stmts          101     103     +2
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            101     103     +2
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 3e64037

Powered by Codecov. Updated on successful CI builds.

timofurrer commented 8 years ago

Thanks for the patch! Looks great!

One thing: could you please remove the version commit? I'll do that - with tags and release etc. Just remove the commit and force push to your branch again.

trispad commented 8 years ago

Can do, sorry about that.

trispad