From 156509ca42f0df2380c9f205f9aad337e1a07802 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Feb 2012 22:23:03 +0100 Subject: srd: Move all protocol docs to __init__.py files. --- decoders/uart/__init__.py | 2 ++ decoders/uart/uart.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/uart') 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. diff --git a/decoders/uart/uart.py b/decoders/uart/uart.py index 1604834..dd9f88d 100644 --- a/decoders/uart/uart.py +++ b/decoders/uart/uart.py @@ -18,9 +18,7 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# # UART protocol decoder -# import sigrokdecode as srd -- cgit v1.2.3-70-g09d2