Skip to content

Commit 09c878e

Browse files
authored
Merge pull request #204 from kattni/mcp9600-add
Adding MCP8600 initial
2 parents 2344681 + b0c0a4c commit 09c878e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,3 +574,6 @@
574574
[submodule "libraries/drivers/mpu6050"]
575575
path = libraries/drivers/mpu6050
576576
url = https://github.com/adafruit/Adafruit_CircuitPython_MPU6050.git
577+
[submodule "libraries/drivers/mcp9600"]
578+
path = libraries/drivers/mcp9600
579+
url = https://github.com/adafruit/Adafruit_CircuitPython_MCP9600.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
295295
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
296296
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
297297
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>
298+
MCP9600 Thermocouple Amplifier <https://circuitpython.readthedocs.io/projects/mcp9600/en/latest/>
298299
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/en/latest/>
299300
MLX90614 Contactless Temperature <https://circuitpython.readthedocs.io/projects/mlx90614/en/latest/>
300301
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>

libraries/drivers/mcp9600

Submodule mcp9600 added at 679821e

0 commit comments

Comments
 (0)