From 97263b58e39a6df6afc509bf57db8861009d189c Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Wed, 3 Jul 2024 12:28:55 +0300 Subject: [PATCH] WIP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72830ba..32540dc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ void app_main(void) bh1750_init_config.i2c_handle = i2c_bus_handle; #endif zh_bh1750_init(&bh1750_init_config); - zh_bh1750_adjust(69); // Just for an example of how to change the sensor sensitivity. + zh_bh1750_adjust(69); // Just for an example of how to change the sensor sensitivity. Don’t work if auto adjustment is enabled. float lux = 0.0; for (;;) {