X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;fp=decoders%2Fuart%2F__init__.py;h=43e7706c8897d3223497c5105d6bc44c413c6fbe;hp=1c7f317841622edc11de5405305f6892af0d7624;hb=156509ca42f0df2380c9f205f9aad337e1a07802;hpb=94bbdb9a4146ec5eaa56411706dc92de3a92f2d8 diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index 1c7f317..43e7706 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -19,6 +19,8 @@ ## ''' +UART protocol decoder. + Universal Asynchronous Receiver Transmitter (UART) is a simple serial communication protocol which allows two devices to talk to each other.