summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp112.c
Commit message (Expand)AuthorAgeFilesLines
* tmp112: Support reading TMP112 in millikelvinRob Barnes2021-08-251-11/+21
* TMP112: Make init externally availableDiana Z2021-06-071-1/+1
* TMP112: Handle unpowered i2c portsDiana Z2021-06-071-3/+23
* TMP112: Support multiple sensorsDiana Z2021-06-071-13/+23
* TMP112: Add more I2C addressesDiana Z2021-06-041-2/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-2/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* driver: temp_sensor: Add support for TI TMP112 sensorMoritz Fischer2016-12-301-0/+82