Commit Graph

5 Commits

Author SHA1 Message Date
Bosch Sensortec
958cef65da - Added chapter for Sensor data's units
- humidity_max value updated in "compensate_humidity" API integer version
- Removed changelog
2018-02-26 13:06:05 +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