From 77c986b311272b5298f86653639e7cec2e2c01fc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 29 Nov 2019 19:51:36 +0100 Subject: uart: Document the new 'IDLE' ptype for OUTPUT_PYTHON output. --- decoders/uart/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/uart/pd.py') 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. ''' -- cgit v1.2.3-70-g09d2