]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cfilter/i2cfilter.py
srd: Remove TODOs from annotation format names.
[libsigrokdecode.git] / decoders / i2cfilter / i2cfilter.py
index 6b3d1134326f067c6af2d4367519195988cfb5de..fad11c31d77a718023dda904c3a00ffa59bb3b86 100644 (file)
@@ -30,10 +30,13 @@ class Decoder(srd.Decoder):
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = []
+    probes = []
+    optional_probes = []
     options = {
         'address': ['Address to filter out of the I2C stream', 0],
         'direction': ['Direction to filter (read/write)', '']
     }
+    annotations = []
 
     def __init__(self, **kwargs):
         self.state = None