aboutsummaryrefslogtreecommitdiffstats
path: root/src/sensor_ldc1612.c
Commit message (Expand)AuthorAgeFilesLines
* ldc1612: shutdown on i2c errorsTimofey Titovets2024-10-261-1/+2
* i2ccmds: abstract i2c dev from bus implementationTimofey Titovets2024-10-261-2/+1
* src: Current code produces warnings for possible value overflows. (#6665)Bevan Weiss2024-08-141-1/+4
* sensor_bulk: Change maximum data size from 52 to 51 bytesKevin O'Connor2024-06-101-2/+2
* sensor_ldc1612: Halt homing if sensor reports a warningKevin O'Connor2024-05-211-2/+9
* sensor_ldc1612: Create new check_home() helper functionKevin O'Connor2024-05-211-15/+22
* sensor_ldc1612: Add support for chips with INTB line routed to mcuKevin O'Connor2024-05-211-8/+38
* sensor_ldc1612: Don't require DRDY bit to be set on data readKevin O'Connor2024-05-211-2/+2
* sensor_ldc1612: Initial support for bulk reading ldc1612 sensorKevin O'Connor2024-04-091-0/+207