From: Bert Vermeulen Date: Tue, 4 Dec 2012 22:58:03 +0000 (+0100) Subject: add thermometer and hygrometer HWCAPs X-Git-Tag: dsupstream~477 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=402704445e081ef7737081885496169f91af7ab9;p=libsigrok.git add thermometer and hygrometer HWCAPs --- diff --git a/libsigrok.h b/libsigrok.h index 94bc5229..d68ec143 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -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. */