From 8c4029caa113766490a120f5c265e25f11c95405 Mon Sep 17 00:00:00 2001 From: Simon Chenery Date: Tue, 30 Aug 2016 20:31:48 +0200 Subject: [PATCH] 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? --- bme280.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bme280.c b/bme280.c index f1bc1ae..d1f460e 100644 --- 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 -- 2.45.0