1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_shtcx
2022-03-10 21:35:25 +01:00
..
app.config.test tests/shtcx: refactoring of code to work with the new shtcx module 2022-03-10 21:35:25 +01:00
main.c tests/shtcx: refactoring of code to work with the new shtcx module 2022-03-10 21:35:25 +01:00
Makefile tests/shtc1->shtcx: renaming of files 2022-03-10 21:35:25 +01:00
README.md tests/shtcx: refactoring of code to work with the new shtcx module 2022-03-10 21:35:25 +01: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/driver_shtcx folder. Temperature and humidity values should be printed in the terminal every 2s