Searched full:max6675 (Results 1 – 13 of 13) sorted by relevance
1 .. zephyr:code-sample:: max66752 :name: MAX6675 K-thermocouple to digital converter5 Get temperature from a MAX6675 K-thermocouple to digital converter (polling11 This is a sample application to read an external MAX667517 - MAX6675 wired to your board SPI bus18 - K-thermocouple connected to MAX6675 T+/T- inputs23 - MAX6675: https://datasheets.maximintegrated.com/en/ds/MAX6675.pdf32 :zephyr-app: samples/sensor/max667542 because MAX6675 is able to detect if the K-thermocouple is connected or not.
2 name: MAX6675 K-thermocouple to digital converter4 sample.sensor.max6675:14 filter: dt_compat_enabled("maxim,max6675")
6 project(max6675) project
4 config MAX6675 config5 bool "MAX6675 K-thermocouple to digital converter"10 Enable MAX6675 cold-junction-compensated K-thermocouple to digital
5 zephyr_library_sources(max6675.c)
14 LOG_MODULE_REGISTER(max6675, CONFIG_SENSOR_LOG_LEVEL);
4 description: MAX6675 K-thermocouple to digital converter6 compatible: "maxim,max6675"
8 max6675@0 {9 compatible = "maxim,max6675";
14 add_subdirectory_ifdef(CONFIG_MAX6675 max6675)
14 source "drivers/sensor/maxim/max6675/Kconfig"
14 * @file Sample app using the MAX6675 cold-junction-compensated K-thermocouple
155 test_spi_max6675: max6675@14 {156 compatible = "maxim,max6675";
626 * Added MAX6675 cold-junction-compensated K-thermocouple to digital