commit | 9fe959857a1c64e8efa1214f8881e6381164bd8c | [log] [tgz] |
---|---|---|
author | Paweł Czaplewski <pawel.czaplewski@arrow.com> | Mon Jun 24 18:12:57 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 15 04:10:40 2024 -0400 |
tree | 532538177d0e14ca2a332bb6c8c0e90bca79a8eb | |
parent | cd5a9f62bba6985d0d05a16edea6d5626a197aad [diff] |
drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample TI tmp1075 driver implemented based on tmp108 driver. The driver initializes the sensor based on the DTS. Added tmp1075 example overlay file to thermometer sample. All you need to do to use the sensor is to connect the I2C and optionally interrupt line. To see default DTS configuration option inspect `ti,tmp1075.yaml` bindings file and sensor spec. Signed-off-by: Paweł Czaplewski <pawel.czaplewski@arrow.com>