Skip to content

Adding MCP8600 initial #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -574,3 +574,6 @@
[submodule "libraries/drivers/mpu6050"]
path = libraries/drivers/mpu6050
url = https://github.com/adafruit/Adafruit_CircuitPython_MPU6050.git
[submodule "libraries/drivers/mcp9600"]
path = libraries/drivers/mcp9600
url = https://github.com/adafruit/Adafruit_CircuitPython_MCP9600.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>
MCP9600 Thermocouple Amplifier <https://circuitpython.readthedocs.io/projects/mcp9600/en/latest/>
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/en/latest/>
MLX90614 Contactless Temperature <https://circuitpython.readthedocs.io/projects/mlx90614/en/latest/>
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/mcp9600
Submodule mcp9600 added at 679821