summaryrefslogtreecommitdiff
path: root/src/driver/lm75.cc
AgeCommit message (Expand)AuthorLines
2023-07-03update copyrightBirte Kristina Friesel-1/+1
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-2/+2
2021-12-25lm75: overtemperature threshold and hysteresis are _signed_ 8bit intsDaniel Friesel-2/+4
2021-12-25lm75: correctly read out sub-zero temperaturesDaniel Friesel-1/+3
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-1/+1
2020-12-08add licensing informationDaniel Friesel-0/+5
2019-03-04Add LM75 DFA modelDaniel Friesel-0/+14
2018-10-19LM75: Add getOS, getHyst accessorsDaniel Friesel-0/+18
2018-07-12Include hw/sw i2c based on preprocessor macrosDaniel Friesel-0/+4
2017-12-14Add I2C and LM75 driversDaniel Friesel-0/+30