X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fuart%2F__init__.py;h=dcee3bf8f3641548c2149d531b12fde3ffc1f6b3;hb=95097f3108033f69c19a315a7d042383b7295628;hp=d41a964c3f6ecf30fcba479c35f1f068fdd52d83;hpb=1541976fcac03a780b5d27046f5f8884973c08ae;p=libsigrokdecode.git diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index d41a964..dcee3bf 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -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 *