libsigrok.h: add new type of device: ELECTRONIC_LOAD.

This commit is contained in:
Aurelien Jacobs 2015-02-23 00:26:48 +01:00 committed by Uwe Hermann
parent c4b7838922
commit e77e32a3be
1 changed files with 3 additions and 0 deletions

View File

@ -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 -------------------------------------------*/
/**