X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;h=23e2dd0398afedb9a61c9eabd35c04b114308f12;hp=d41a964c3f6ecf30fcba479c35f1f068fdd52d83;hb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;hpb=1541976fcac03a780b5d27046f5f8884973c08ae diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index d41a964..23e2dd0 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). @@ -111,5 +111,5 @@ This is the list of s and their respective : The field is 0 for RX packets, 1 for TX packets. ''' -from .uart import * +from .pd import *