X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;h=ecba2e1ac04a03893354ee5c2292015488ddd050;hp=d41a964c3f6ecf30fcba479c35f1f068fdd52d83;hb=71077f34ffbd7d4015886a229edb2f2f827cb442;hpb=74244cdae2309d444034fc7647171afab9dddf75 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: [, , ] -This is the list of s and their respective : +This is the list of s and their respective : - '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).