mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
461 B
Markdown
11 lines
461 B
Markdown
#About
|
|
Testing application for the SHTCX faimly of temperature and humidity sensors.
|
|
This driver can be used with the SHTC1 and SHTC3 sensors.
|
|
|
|
Default driver is "shtc1". To use the SHTC3 driver, set the "DRIVER" when building the application:
|
|
|
|
DRIVER=shtc3 make BOARD=<your board>
|
|
|
|
#Usage
|
|
Just build it using the `make BOARD=??? flash` command in the `tests/drivers/shtcx` folder. Temperature and humidity values should be printed in the terminal every 2s
|