libsigrok.h: add new type of device: ELECTRONIC_LOAD.
This commit is contained in:
parent
c4b7838922
commit
e77e32a3be
|
@ -624,6 +624,9 @@ enum sr_configkey {
|
|||
/** The device can act as an LCR meter. */
|
||||
SR_CONF_LCRMETER,
|
||||
|
||||
/** The device can act as an LCR meter. */
|
||||
SR_CONF_ELECTRONIC_LOAD,
|
||||
|
||||
/*--- Driver scan options -------------------------------------------*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue