diff options
Diffstat (limited to 'decoders/uart')
-rw-r--r-- | decoders/uart/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index d41a964..ecba2e1 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -96,7 +96,7 @@ Protocol output format: UART packet: [<packet-type>, <rxtx>, <packet-data>] -This is the list of <packet-types>s and their respective <packet-data>: +This is the list of <packet-type>s and their respective <packet-data>: - 'STARTBIT': The data is the (integer) value of the start bit (0/1). - 'DATA': The data is the (integer) value of the UART data. Valid values range from 0 to 512 (as the data can be up to 9 bits in size). |