1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_hdc1000
Johann Fischer b540def4b1 drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes
fix doxygen warnings
 change default address
2015-01-28 10:26:02 +01:00
..
main.c drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes 2015-01-28 10:26:02 +01:00
Makefile add test app for hdc1000 sensor 2014-11-24 13:15:58 +01:00
README.md add test app for hdc1000 sensor 2014-11-24 13:15:58 +01:00

About

This is a manual test application for the HDC1000 driver.

Usage

This test application will initialize the HDC1000 sensor with the following parameters:

  • Temperature and humidity are acquired in sequence
  • Temperature measurement resolution 14 bit
  • Humidity measurement resolution 14 bit

After initialization, the sensor reads the temperature and humidity values every 1s and prints them to STDOUT.