Home
last modified time | relevance | path

Searched full:max6675 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/sensor/max6675/
DREADME.rst1 .. zephyr:code-sample:: max6675
2 :name: MAX6675 K-thermocouple to digital converter
5 Get temperature from a MAX6675 K-thermocouple to digital converter (polling
11 This is a sample application to read an external MAX6675
17 - MAX6675 wired to your board SPI bus
18 - K-thermocouple connected to MAX6675 T+/T- inputs
23 - MAX6675: https://datasheets.maximintegrated.com/en/ds/MAX6675.pdf
32 :zephyr-app: samples/sensor/max6675
42 because MAX6675 is able to detect if the K-thermocouple is connected or not.
Dsample.yaml2 name: MAX6675 K-thermocouple to digital converter
4 sample.sensor.max6675:
14 filter: dt_compat_enabled("maxim,max6675")
DCMakeLists.txt6 project(max6675) project
/Zephyr-latest/drivers/sensor/maxim/max6675/
DKconfig4 config MAX6675 config
5 bool "MAX6675 K-thermocouple to digital converter"
10 Enable MAX6675 cold-junction-compensated K-thermocouple to digital
DCMakeLists.txt5 zephyr_library_sources(max6675.c)
Dmax6675.c14 LOG_MODULE_REGISTER(max6675, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Dmaxim,max6675.yaml4 description: MAX6675 K-thermocouple to digital converter
6 compatible: "maxim,max6675"
/Zephyr-latest/samples/sensor/max6675/boards/
Dnucleo_f030r8.overlay8 max6675@0 {
9 compatible = "maxim,max6675";
/Zephyr-latest/drivers/sensor/maxim/
DCMakeLists.txt14 add_subdirectory_ifdef(CONFIG_MAX6675 max6675)
DKconfig14 source "drivers/sensor/maxim/max6675/Kconfig"
/Zephyr-latest/samples/sensor/max6675/src/
Dmain.c14 * @file Sample app using the MAX6675 cold-junction-compensated K-thermocouple
/Zephyr-latest/tests/drivers/build_all/sensor/
Dspi.dtsi155 test_spi_max6675: max6675@14 {
156 compatible = "maxim,max6675";
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst626 * Added MAX6675 cold-junction-compensated K-thermocouple to digital