summaryrefslogtreecommitdiff
path: root/driver/baro_bmp280.c
Commit message (Expand)AuthorAgeFilesLines
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* drivers: Refactor to use high-level i2c APIsJonathan Brandmeyer2018-08-091-40/+8
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-2/+5
* driver: Move sensor private struture definition to boards.Gwendal Grignou2016-12-281-2/+0
* bmp280: handle divided by 0 caseli feng2016-12-141-2/+3
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-2/+14
* driver: bmp280: set_data_rate rate in mHz.Gwendal Grignou2016-09-151-21/+22
* driver: bmp280: Add rangeGwendal Grignou2016-09-091-1/+24
* barometer: Add barometer driver for BMP280 in ECDivya Sasidharan2016-08-241-0/+383