Home
last modified time | relevance | path

Searched +full:datasheet +full:- +full:mlx90632 (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmelexis,mlx90632.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90632.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Melexis MLX90632 and MLX90635 contactless Infra Red temperature sensor
10 - Crt Mori <cmo@melexis.com>
13 https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx90632
16 sensor and MLX90632 is most suitable for consumer applications where
17 measured object temperature is in range between -20 to 200 degrees
20 operate and measure ambient temperature in range of -20 to 85 degrees
[all …]
/linux/drivers/iio/temperature/
H A Dmlx90632.c1 // SPDX-License-Identifier: GPL-2.0
3 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor
7 * Driver for the Melexis MLX90632 I2C 16-bit IR thermopile sensor
33 /* EEPROM addresses - used at startup */
67 /* Register addresses - volatile */
70 /* Control register address - volatile */
97 /* I2C command register - volatile */
100 /* Device status register - volatile */
108 /* RAM_MEAS address-es for each channel */
139 * struct mlx90632_data - private data for the MLX90632 device
[all …]