]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index 14451c86dd462581b1a144a0c3881431682e0ef4..aa63458ffeb9f76c238ddac0815a90c8867cd0bd 100644 (file)
@@ -29,9 +29,6 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['mlx90614']
-    probes = []
-    optional_probes = []
-    options = {}
     annotations = [
         ['celsius', 'Temperature in degrees Celsius'],
         ['kelvin', 'Temperature in Kelvin'],