Honeywell HumidIcon Digital Humidty/Temperature Sensor.

Dependents:   test_HIH6130 testSensor

Revision:
3:c8313fc2bd93
Parent:
2:c3d3f02b7cfe
Child:
4:b5bedc9b6d04
diff -r c3d3f02b7cfe -r c8313fc2bd93 HIH6130.h
--- a/HIH6130.h	Thu May 11 07:35:59 2017 +0000
+++ b/HIH6130.h	Thu May 11 08:25:30 2017 +0000
@@ -85,9 +85,15 @@
   /**
    * get humidity and temperature
    *
-   * @param float *humidity humidity in %%
+   * @param float *humidity humidity in %
    * @param float *temperature temperature in degree Celsius
-   * @returns none
+   * @returns uint16_t status
+   *
+   * @note status bit 
+   * @note 00b: normal operation
+   * @note 01b: stale data
+   * @note 10b: device in Command Mode
+   * @note 11b: diagnostic condition
    */
   uint16_t getValue(float *humidity, float *temperature) ;