From: Stefan BrĂ¼ns Date: Fri, 15 Apr 2016 20:45:22 +0000 (+0200) Subject: hameg-hmo: support triggering on either falling or rising edge X-Git-Tag: libsigrok-0.5.0~516 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=356f64f8c735b5432f930872c90923a8e7f82913 hameg-hmo: support triggering on either falling or rising edge At least the HMO 1002 allows triggering on rising or falling edge, the corresponding SCPI value is "EITH" See also bug #740 --- diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c index 159fe21a..9d32dc67 100644 --- a/src/hardware/hameg-hmo/protocol.c +++ b/src/hardware/hameg-hmo/protocol.c @@ -78,6 +78,7 @@ static const char *hmo_coupling_options[] = { static const char *scope_trigger_slopes[] = { "POS", "NEG", + "EITH", NULL, };