X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2c%2F__init__.py;h=2a36b060abd5a5a38155072d3f7e420c1ad3eb2c;hb=0173a8baba2fb3eb87f03931c420c76697dc2f06;hp=9e7856e0884e47c5f3386b57ead4424870000afe;hpb=64c29e28e0efa184319f7831b3eca18c7f73f7d0;p=libsigrokdecode.git diff --git a/decoders/i2c/__init__.py b/decoders/i2c/__init__.py index 9e7856e..2a36b06 100644 --- a/decoders/i2c/__init__.py +++ b/decoders/i2c/__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 ## @@ -14,9 +14,12 @@ ## 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 +## along with this program; if not, see . ## -from .i2c import * +''' +I²C (Inter-Integrated Circuit) is a bidirectional, multi-master +bus using two signals (SCL = serial clock line, SDA = serial data line). +''' +from .pd import Decoder