From: Janne Huttunen Date: Sat, 11 Oct 2014 12:47:31 +0000 (+0300) Subject: Add config key for LCR meter type. X-Git-Tag: libsigrok-0.4.0~872 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=0ffce50d449bb9d6ea79e20409f03ba108be344f Add config key for LCR meter type. Add a config key that can be used to indicate that the device is an LCR meter. --- diff --git a/include/libsigrok/libsigrok.h b/include/libsigrok/libsigrok.h index a45f06a2..2e8260e9 100644 --- a/include/libsigrok/libsigrok.h +++ b/include/libsigrok/libsigrok.h @@ -574,6 +574,9 @@ enum sr_configkey { /** Programmable power supply. */ SR_CONF_POWER_SUPPLY, + /** LCR meter. */ + SR_CONF_LCR_METER, + /*--- Driver scan options -------------------------------------------*/ /**