#BL602 reading #I2C Register on BME280 ... Hope this works 🤔
https://github.com/lupyuen/bl_iot_sdk/blob/i2c/customer_app/sdk_app_i2c/sdk_app_i2c/demo.c#L234-L277
Oops #BL602 needs to trigger an #I2C Receive Interrupt before we read the I2C FIFO Input ... So we should call the BL602 I2C Functions in two steps
https://github.com/lupyuen/bl_iot_sdk/blob/i2c/customer_app/sdk_app_i2c/sdk_app_i2c/demo.c#L271-L299