zephyr/dts/bindings/sensor/microchip,mcp9600.yaml
Maxmillion McLaughlin 477e7264ca drivers: sensor: mcp9600 add intial driver support
Implementation of MCP9600 i2c thermoouple amplifier - K, J, T, N, S, E, B
and R type T

Signed-off-by: Maxmillion McLaughlin <github@maxmclau.com>
2023-05-23 13:33:45 -05:00

13 lines
360 B
YAML

# Copyright (c) 2022, Maxmillion McLaughlin
# Copyright (c) 2020, SER Consulting LLC / Steven Riedl
#
# SPDX-License-Identifier: Apache-2.0
description: |
Microchip MCP9600 I2C Thermocouple EMF to Temperature Converter. See
https://www.microchip.com/wwwproducts/en/MCP9600.
compatible: "microchip,mcp9600"
include: [sensor-device.yaml, i2c-device.yaml]