]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/__init__.py
Change PD options to be a tuple of dictionaries.
[libsigrokdecode.git] / decoders / i2c / __init__.py
index 9e7856e0884e47c5f3386b57ead4424870000afe..ba40245ebc6aeb3d44d897789e81b4ff4b27f0b2 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-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 *