summaryrefslogtreecommitdiff
path: root/driver/accelgyro_lsm6ds0.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/accelgyro_lsm6ds0.h: Format with clang-formatJack Rosenthal2022-07-011-85/+85
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2018-12-031-2/+3
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+6
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-2/+2
* driver: lsm6ds0: Add bias offset codeGwendal Grignou2015-07-091-0/+5
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-8/+0
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-201-0/+8
* samus: added gyro support for lsm6ds0Sheng-Liang Song2014-08-261-15/+77
* Refactor accel / gyro driver to accomodate various configurationsShawn Nematbakhsh2014-08-191-0/+14
* accel: add accel driver for lsm6ds0Alec Berg2014-04-231-0/+45