X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fsht11%2FSensirionSht11.h;h=29485c4abfe7c029a51107742e4d67789272575c;hb=d32c29caca7c7ae33003c7e0a3a3d3b0ec3620cc;hp=7d3fb206400efa9731546a8b19fe0e0b2c125344;hpb=0fffffea892a816d115acf2fc2d39268f16cc0ea;p=tinyos-2.x.git diff --git a/tos/chips/sht11/SensirionSht11.h b/tos/chips/sht11/SensirionSht11.h index 7d3fb206..29485c4a 100644 --- a/tos/chips/sht11/SensirionSht11.h +++ b/tos/chips/sht11/SensirionSht11.h @@ -34,6 +34,11 @@ * @author Gilman Tolle */ +enum { + SHT11_TEMPERATURE_BITS = 14, + SHT11_HUMIDITY_BITS = 12, +}; + enum { SHT11_STATUS_LOW_RES_BIT = 1 << 0, SHT11_STATUS_NO_RELOAD_BIT = 1 << 1,