1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/shtcx
2023-08-02 15:58:05 +02:00
..
app.config.test tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
main.c tests/drivers/shtcx: don't repeat last string on error 2023-08-02 15:58:05 +02:00
Makefile tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md treewide: replace occurrences of tests/driver_ with new path 2023-05-06 15:38:21 +02:00

#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