]> sigrok.org Git - libsigrok.git/commit
Add SR_CONF_INVERTED
authorMarc Schink <redacted>
Wed, 7 Feb 2024 15:15:31 +0000 (16:15 +0100)
committerSoeren Apel <redacted>
Mon, 19 Aug 2024 13:50:19 +0000 (15:50 +0200)
commit2bc696a80342a05fb6e976f258d02a3a43f655f0
tree9f09f4f6dda4553ea269f9ba905211221d9d6c50
parenta6275a54cfe1639dbc77eb71d67b4b6999140fb9
Add SR_CONF_INVERTED

Many device such as oscilloscopes, signal and delay generators are
capable to invert signals or change their polarity.

Add a new configuration to implement such a feature. The term 'inverted'
is chosen in favor of 'polarity' because the former can be unambiguously
represented by a boolean value.

Signed-off-by: Marc Schink <redacted>
include/libsigrok/libsigrok.h
src/hwdriver.c