Comments update in BME280 example.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 13 May 2017 01:47:02 +0000 (03:47 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 11 Feb 2023 04:06:55 +0000 (05:06 +0100)
i2c_bme280/main.c

index 1b59faf..426efba 100644 (file)
@@ -150,11 +150,11 @@ int main(void)
 
        i2c_on(I2C0, I2C_CLK_100KHz, I2C_MASTER);
 
-       /* Configure uv sensor */
+       /* Configure BME280 sensor */
        sensor_config(UART0);
 
        while (1) {
-               /* BME280 uv sensor */
+               /* BME280 sensor */
                msleep(200);
                sensor_display(UART0);
        }