]> git.itanic.dy.fi Git - BME280_driver/commitdiff
Add dig_h4, dig_h5, dig_h6 to function header comment
authorSimon Chenery <simoc@users.sourceforge.net>
Tue, 30 Aug 2016 18:31:48 +0000 (20:31 +0200)
committerSimon Chenery <simoc@users.sourceforge.net>
Tue, 30 Aug 2016 18:31:48 +0000 (20:31 +0200)
Add missing calibration registers to C comment. Perhaps they were
missed due to the page-break in the datasheet?

bme280.c

index f1bc1ae0357f0fa34b07cb8f789bda284104c48f..d1f460ef31ae2c8468e8e120dbe7826d40b8fbad 100644 (file)
--- a/bme280.c
+++ b/bme280.c
@@ -630,6 +630,9 @@ u32 *v_pressure_u32, s32 *v_temperature_s32, u32 *v_humidity_u32)
  *     dig_H1    |         0xA1     | from 0 to 7
  *     dig_H2    |  0xE1 and 0xE2   | from 0 : 7 to 8: 15
  *     dig_H3    |         0xE3     | from 0 to 7
+ *     dig_H4    |  0xE4 and 0xE5   | from 4 : 11 to 0: 3
+ *     dig_H5    |  0xE5 and 0xE6   | from 0 : 3 to 4: 11
+ *     dig_H6    |         0xE7     | from 0 to 7
  *
  *     @return results of bus communication function
  *     @retval 0 -> Success