]> sigrok.org Git - libsigrok.git/commitdiff
Add config key for LCR meter type.
authorJanne Huttunen <redacted>
Sat, 11 Oct 2014 12:47:31 +0000 (15:47 +0300)
committerUwe Hermann <redacted>
Sun, 12 Oct 2014 21:18:02 +0000 (23:18 +0200)
Add a config key that can be used to indicate that the device is
an LCR meter.

include/libsigrok/libsigrok.h

index a45f06a20408263bfec9c90337c701209eb80cf7..2e8260e96bf070eb93aeaa990c940f629a30cec3 100644 (file)
@@ -574,6 +574,9 @@ enum sr_configkey {
        /** Programmable power supply. */
        SR_CONF_POWER_SUPPLY,
 
+       /** LCR meter. */
+       SR_CONF_LCR_METER,
+
        /*--- Driver scan options -------------------------------------------*/
 
        /**