From: Uwe Hermann Date: Fri, 29 Nov 2019 18:51:36 +0000 (+0100) Subject: uart: Document the new 'IDLE' ptype for OUTPUT_PYTHON output. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=77c986b311272b5298f86653639e7cec2e2c01fc uart: Document the new 'IDLE' ptype for OUTPUT_PYTHON output. --- diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index d38258b..1492aed 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -43,6 +43,7 @@ This is the list of s and their respective values: - 'FRAME': The data is always a tuple containing two items: The (integer) value of the UART data, and a boolean which reflects the validity of the UART frame. + - 'IDLE': The data is always 0. The field is 0 for RX packets, 1 for TX packets. '''