]> sigrok.org Git - libsigrok.git/commitdiff
add thermometer and hygrometer HWCAPs
authorBert Vermeulen <redacted>
Tue, 4 Dec 2012 22:58:03 +0000 (23:58 +0100)
committerBert Vermeulen <redacted>
Tue, 4 Dec 2012 22:58:03 +0000 (23:58 +0100)
libsigrok.h

index 94bc52291a7dbaa2eaa1c8bce7a13d5558adaa9d..d68ec1439bcc588cafcde55d0fc411e04750d39a 100644 (file)
@@ -426,6 +426,12 @@ enum {
        /** The device can act as a sound level meter. */
        SR_HWCAP_SOUNDLEVELMETER,
 
+       /** The device can measure temperature. */
+       SR_HWCAP_THERMOMETER,
+
+       /** The device can measure humidity. */
+       SR_HWCAP_HYGROMETER,
+
        /*--- Device configuration ------------------------------------------*/
 
        /** The device supports setting/changing its samplerate. */