X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2c%2F__init__.py;h=2a36b060abd5a5a38155072d3f7e420c1ad3eb2c;hb=5dd2a4c0c2872be7dda3be9ea0ce087826754a82;hp=ba40245ebc6aeb3d44d897789e81b4ff4b27f0b2;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/i2c/__init__.py b/decoders/i2c/__init__.py index ba40245..2a36b06 100644 --- a/decoders/i2c/__init__.py +++ b/decoders/i2c/__init__.py @@ -14,8 +14,7 @@ ## 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 . ## ''' @@ -23,5 +22,4 @@ 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 * - +from .pd import Decoder