Hi everyone, I would like to ask regarding the user_i2c_read and user_i2c_write functions as written in the BME280 Sensor API. In the datasheet is recommended to start a burst read from address 0xF7-FE so Do I have to implement an I2C read inside the function from starting address as the 0xF7?. Secondly, regarding the I2C write as per datasheet the write registers are config(0xF5), ctrl_meas(0xF4) and the ctrl_hum(0xF2) so in this case should I write through i2c only in these registers? Regards, Andrew Georgousis.
... View more