X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmdio%2F__init__.py;fp=decoders%2Fmdio%2F__init__.py;h=0000000000000000000000000000000000000000;hb=846fc6d4d9838d23037505669d94d006281868b6;hp=d9028a3998c2e68962801bb40eb6d13c5c318270;hpb=406af2171101cb2fe93f99d5d8a85a551dba1060;p=libsigrokdecode.git diff --git a/decoders/mdio/__init__.py b/decoders/mdio/__init__.py deleted file mode 100644 index d9028a3..0000000 --- a/decoders/mdio/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -## -## This file is part of the libsigrokdecode project. -## -## Copyright (C) 2014 Aurelien Jacobs -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -## - -''' -The MDIO (Management Data Input/Output) protocol decoder supports the -MII Management serial bus, with a clock line (MDC) and a bi-directional -data line (MDIO). - -MDIO is also known as SMI (Serial Management Interface). -''' - -from .pd import Decoder