X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;h=43e7706c8897d3223497c5105d6bc44c413c6fbe;hb=2b7160383cc189f721600c04be17a980e216dfd6;hp=1c7f317841622edc11de5405305f6892af0d7624;hpb=8e828d2a29154fb9cae8c9c38d27c60f820dd584;p=libsigrokdecode.git 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.