]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
saleae-logic16: Add voltage threshold conf.
[libsigrok.git] / hwdriver.c
index ccd46e8ab0469a65f1c1be44ecaaa42cdfa36f5a..65c8c2583b4bb6c540f3ffb7fe3f6f12be21f5d2 100644 (file)
@@ -93,6 +93,8 @@ static struct sr_config_info sr_config_info_data[] = {
                "Hold min", NULL},
        {SR_CONF_SPL_MEASUREMENT_RANGE, SR_T_UINT64_RANGE, "spl_meas_range",
                "Sound pressure level measurement range", NULL},
+       {SR_CONF_VOLTAGE_THRESHOLD, SR_T_DOUBLE_RANGE, "voltage_threshold",
+               "Voltage threshold", NULL },
        {SR_CONF_POWER_OFF, SR_T_BOOL, "power_off",
                "Power off", NULL},
        {SR_CONF_DATA_SOURCE, SR_T_CHAR, "data_source",