Home
last modified time | relevance | path

Searched full:mcp9600 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/sensor/microchip/mcp9600/
DKconfig8 config MCP9600 config
9 bool "MCP9600 i2c thermocouple temperature sensor"
14 Enable driver for MCP9600 i2c thermocouple temperature sensor.
DCMakeLists.txt8 zephyr_library_sources(mcp9600.c)
Dmcp9600.c16 LOG_MODULE_REGISTER(MCP9600, CONFIG_SENSOR_LOG_LEVEL);
119 LOG_ERR("mcp9600 i2c bus %s not ready", cfg->bus.bus->name); in mcp9600_init()
/Zephyr-latest/dts/bindings/sensor/
Dmicrochip,mcp9600.yaml7 Microchip MCP9600 I2C Thermocouple EMF to Temperature Converter. See
8 https://www.microchip.com/wwwproducts/en/MCP9600.
10 compatible: "microchip,mcp9600"
/Zephyr-latest/drivers/sensor/microchip/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_MCP9600 mcp9600)
DKconfig6 source "drivers/sensor/microchip/mcp9600/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi717 test_i2c_mcp9600: mcp9600@6a {
718 compatible = "microchip,mcp9600";