diff options
author | Bert Vermeulen <bert@biot.com> | 2014-03-10 00:43:27 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2014-03-10 00:47:30 +0100 |
commit | 780770f1295b7fdeb4481eb42623bad5da1e19a7 (patch) | |
tree | 4aeece8c26068123d5c4913cad00c3cb6d8a73b0 /decoders/mlx90614/pd.py | |
parent | 84c1c0b52820af2418186ac3ecf93a5c6373a22e (diff) | |
download | libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.tar.gz libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.zip |
Remove unused probes and options
Diffstat (limited to 'decoders/mlx90614/pd.py')
-rw-r--r-- | decoders/mlx90614/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 14451c8..aa63458 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -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'], |