File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.0.4
2+ -----
3+
4+ * Add set/get for thermocouple type
5+
160.0.3
27-----
38
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ Latest/development library from GitHub:
2222
2323# Changelog
2424
25+ 0.0.4
26+ -----
27+
28+ * Add set/get for thermocouple type
29+
25300.0.3
2631-----
2732
Original file line number Diff line number Diff line change 33from i2cdevice .adapter import LookupAdapter , Adapter
44import struct
55
6- __version__ = '0.0.3 '
6+ __version__ = '0.0.4 '
77
88CHIP_ID = 0x40
99I2C_ADDRESSES = list (range (0x60 , 0x68 ))
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
33name = mcp9600
4- version = 0.0.3
4+ version = 0.0.4
55author = Philip Howard
66author_email = phil@pimoroni.com
77description = Python library for the MCP9600 thermocouple temperature sensor
You can’t perform that action at this time.
0 commit comments