]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c.py
expose SRD_OUTPUT_* as symbols in the sigrokdecode module.
[libsigrokdecode.git] / decoders / i2c.py
index 23b12c34f4791720067d068f82627aa42dd60972..2a10ab7408eb4c8950f27a46ff549a065c2a373a 100644 (file)
@@ -180,8 +180,8 @@ class Decoder(sigrokdecode.Decoder):
         self.oldsda = None
 
     def start(self, metadata):
         self.oldsda = None
 
     def start(self, metadata):
-        self.output_protocol = self.output_new(1, 'i2c')
-        self.output_annotation = self.output_new(0, 'i2c')
+        self.output_protocol = self.output_new(sigrokdecode.SRD_OUTPUT_PROTOCOL, 'i2c')
+        self.output_annotation = self.output_new(sigrokdecode.SRD_OUTPUT_ANNOTATION, 'i2c')
 
     def report(self):
         pass
 
     def report(self):
         pass