summaryrefslogtreecommitdiff
path: root/decoders/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2c')
-rw-r--r--decoders/i2c/i2c.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/i2c/i2c.py b/decoders/i2c/i2c.py
index f0a95b7..16bd6c3 100644
--- a/decoders/i2c/i2c.py
+++ b/decoders/i2c/i2c.py
@@ -116,6 +116,7 @@ FIND_ADDRESS = 1
FIND_DATA = 2
class Decoder(srd.Decoder):
+ api_version = 1
id = 'i2c'
name = 'I2C'
longname = 'Inter-Integrated Circuit'