Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -1/+1 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -0/+28 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+20 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+13 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -21/+18 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+39 |
2018-10-15 | i2cdetect: Add initial CCS811 support | Daniel Friesel | -0/+10 |
2018-08-10 | Add i2cbench app | Daniel Friesel | -2/+0 |
2018-08-09 | i2cdetect: temporary disable i2c detection phase | Daniel Friesel | -0/+2 |
2018-08-08 | Add 24LC64 EEPROM driver | Daniel Friesel | -0/+13 |
2018-08-07 | Add AM2320 driver | Daniel Friesel | -0/+14 |
2018-08-07 | i2cdetect: Adjust behaviour to available drivers | Daniel Friesel | -2/+17 |
2018-07-17 | i2cdetect: Do not allocate i2c_status array on stack | Daniel Friesel | -1/+2 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -0/+59 |