]> git.itanic.dy.fi Git - BME280_driver/log
BME280_driver
6 years ago- Added chapter for Sensor data's units
Bosch Sensortec [Mon, 26 Feb 2018 12:05:17 +0000 (13:05 +0100)]
- Added chapter for Sensor data's units
- humidity_max value updated in "compensate_humidity" API integer version
- Removed changelog

6 years agoAdded LICENSE file
Bosch Sensortec [Mon, 12 Feb 2018 07:46:58 +0000 (08:46 +0100)]
Added LICENSE file

6 years agoAdded selftest API based on CRC check
Bosch Sensortec [Thu, 23 Nov 2017 07:20:01 +0000 (08:20 +0100)]
Added selftest API based on CRC check
Linux compatibility issue fixed

6 years agoChanged
Bosch Sensortec [Wed, 8 Nov 2017 06:47:27 +0000 (07:47 +0100)]
Changed
 - Created the following user APIs which were previously static
  * bme280_parse_sensor_data
  * bme280_compensate_data

6 years ago- Changed macro FLOATING_POINT_REPRESENTATION to BME280_FLOAT_ENABLE
Bosch Sensortec [Thu, 20 Jul 2017 08:50:05 +0000 (10:50 +0200)]
- 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

6 years agoUpdated to v3.2.0
Bosch Sensortec [Fri, 23 Jun 2017 08:08:13 +0000 (10:08 +0200)]
Updated to v3.2.0

7 years agoMerge pull request #14 from simoc/master
Bosch Sensortec [Tue, 25 Oct 2016 06:57:33 +0000 (08:57 +0200)]
Merge pull request #14 from simoc/master

Added dig_h4, dig_h5, dig_h6 to the function header comment

7 years agoAdd dig_h4, dig_h5, dig_h6 to function header comment
Simon Chenery [Tue, 30 Aug 2016 18:31:48 +0000 (20:31 +0200)]
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?

7 years agoChip Id Retry functionality added.
Ezhil Mani R [Mon, 4 Jul 2016 12:53:20 +0000 (18:23 +0530)]
Chip Id Retry functionality added.

9 years agoCorrected the magic numbers with valid names
nirmala [Fri, 27 Mar 2015 14:01:32 +0000 (19:31 +0530)]
Corrected the magic numbers with valid names

9 years agoUpdate README.md
BoschSensortec [Thu, 18 Dec 2014 08:32:04 +0000 (16:32 +0800)]
Update README.md

9 years agoCreated Bosch Sensortec BME280 driver
Sridharan [Wed, 17 Dec 2014 10:29:54 +0000 (15:59 +0530)]
Created Bosch Sensortec BME280 driver

9 years agoInitial commit
BoschSensortec [Wed, 17 Dec 2014 10:27:49 +0000 (15:57 +0530)]
Initial commit