]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
Add config key SR_CONF_DIGITS.
[libsigrok.git] / include / libsigrok / libsigrok.h
index 75f0dce7a194ef65b9c2122095e5bf33b753e001..7dcea492f4450f0dadfa543e2b8346a7698581ca 100644 (file)
@@ -1018,6 +1018,9 @@ enum sr_configkey {
        /** The measurement range of a DMM or the output range of a power supply. */
        SR_CONF_RANGE,
 
+       /** The number of digits (e.g. for a DMM). */
+       SR_CONF_DIGITS,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Special stuff -------------------------------------------------*/