summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect/main.cc
AgeCommit message (Expand)AuthorLines
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+13
2019-09-24convert BME680 driver to C++ classDaniel Friesel-21/+18
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-0/+39
2018-10-15i2cdetect: Add initial CCS811 supportDaniel Friesel-0/+10
2018-08-10Add i2cbench appDaniel Friesel-2/+0
2018-08-09i2cdetect: temporary disable i2c detection phaseDaniel Friesel-0/+2
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+13
2018-08-07Add AM2320 driverDaniel Friesel-0/+14
2018-08-07i2cdetect: Adjust behaviour to available driversDaniel Friesel-2/+17
2018-07-17i2cdetect: Do not allocate i2c_status array on stackDaniel Friesel-1/+2
2018-07-12Add I2C Detect appDaniel Friesel-0/+59