]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/sht11/SensirionSht11.h
Added DeviceMetadata interface to telosb sensors.
[tinyos-2.x.git] / tos / chips / sht11 / SensirionSht11.h
index 7d3fb206400efa9731546a8b19fe0e0b2c125344..29485c4abfe7c029a51107742e4d67789272575c 100644 (file)
  * @author Gilman Tolle <gtolle@archrock.com>
  */
 
+enum {
+  SHT11_TEMPERATURE_BITS = 14,
+  SHT11_HUMIDITY_BITS = 12,
+};
+
 enum {
   SHT11_STATUS_LOW_RES_BIT = 1 << 0,
   SHT11_STATUS_NO_RELOAD_BIT = 1 << 1,