We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4975af commit 8832e7cCopy full SHA for 8832e7c
components/sensors/humiture/aht20/Kconfig
@@ -0,0 +1,20 @@
1
+menu "AHT20 : CONFIGURATION"
2
+
3
+ config AHT20_CHECK_CRC
4
+ bool "perform crc check on AHT20 readings"
5
+ help
6
+ CRC check to be performed on results or not?.
7
+ default n
8
9
10
+ config AHT20_I2C_CLK_SPEED
11
+ int "I2C clock speed"
12
+ default 100000
13
+ range 1 400000
14
15
+ Clock speed used for i2c communication by AHT20 device.
16
+ It is recommended to use clock speeds in upper ranges of 100kHz to 200kHz.
17
+ Higher clock speeds may cause occasional data inconsistencies depending on your board layout and wiring.
18
19
+endmenu
20
0 commit comments