Skip to content

Commit 0b191c6

Browse files
committed
Update README.md to clarify compensation on SEK-STCC4
1 parent 078fdb0 commit 0b191c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Click [here](https://sensirion.com/products/catalog/STCC4) to learn more about t
1212

1313
The default I²C address of [STCC4](https://sensirion.com/products/catalog/STCC4) is **0x64**.
1414

15+
> [!NOTE]
16+
> The SEK-STCC4 board from Sensirion includes a STCC4 and a SHT4x for temperature and humidity compensation, which is controlled by the STCC4 through the integrated I2C controller interface. The provided examples are designed considering this sensor configuration.
1517
1618

1719
## Installation of the library
@@ -192,4 +194,4 @@ they are fixed.
192194

193195
## License
194196

195-
See [LICENSE](LICENSE).
197+
See [LICENSE](LICENSE).

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ paragraph=Enables you to use the STCC4 sensor via I2C.
77
url=https://github.com/Sensirion/arduino-i2c-stcc4
88
category=Sensors
99
architectures=*
10-
depends=Sensirion Core
10+
depends=Sensirion Core
1111
includes=SensirionI2cStcc4.h

0 commit comments

Comments
 (0)