Commit Graph

12 Commits

Author SHA1 Message Date
Bosch Sensortec
18260d616b Added LICENSE file 2018-02-12 08:47:10 +01:00
Bosch Sensortec
01ec205320 Added selftest API based on CRC check
Linux compatibility issue fixed
2017-11-23 08:21:04 +01:00
Bosch Sensortec
ae52b2132e Changed
- Created the following user APIs which were previously static
  * bme280_parse_sensor_data
  * bme280_compensate_data
2017-11-08 07:48:36 +01:00
Bosch Sensortec
236dccdee1 - Changed macro FLOATING_POINT_REPRESENTATION to BME280_FLOAT_ENABLE
- Changed member id to dev_id in struct bme280_dev
- Changed member interface to intf in struct bme280_dev
- Changed variable length array in bme280_set_regs to fixed length array to allow a max of 10 registers to be written.
- Fixed bug with shifting in parse_sensor_data
- Changed macro MACHINE_64_BIT to BME280_64BIT_ENABLE
- Updated example in the README.md file and added function pointer templates
2017-07-20 10:50:27 +02:00
Bosch Sensortec
4dbd10a74b Updated to v3.2.0 2017-06-23 10:09:05 +02:00
Bosch Sensortec
cf40d00b0b Merge pull request #14 from simoc/master
Added dig_h4, dig_h5, dig_h6 to the function header comment
2016-10-25 08:57:33 +02:00
Simon Chenery
8c4029caa1 Add dig_h4, dig_h5, dig_h6 to function header comment
Add missing calibration registers to C comment. Perhaps they were
missed due to the page-break in the datasheet?
2016-08-30 20:31:48 +02:00
Ezhil Mani R
28982a1627 Chip Id Retry functionality added. 2016-07-04 18:23:20 +05:30
nirmala
3cb129e87b Corrected the magic numbers with valid names 2015-03-27 19:31:32 +05:30
BoschSensortec
7de2989ebc Update README.md 2014-12-18 16:32:04 +08:00
Sridharan
09f2469315 Created Bosch Sensortec BME280 driver 2014-12-17 15:59:54 +05:30
BoschSensortec
878a455b21 Initial commit 2014-12-17 15:57:49 +05:30