diff options
Diffstat (limited to 'decoders/mlx90614/mlx90614.py')
-rw-r--r-- | decoders/mlx90614/mlx90614.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/mlx90614.py index 35ca032..707eb7f 100644 --- a/decoders/mlx90614/mlx90614.py +++ b/decoders/mlx90614/mlx90614.py @@ -27,7 +27,7 @@ class Decoder(srd.Decoder): id = 'mlx90614' name = 'MLX90614' longname = 'Melexis MLX90614' - desc = 'TODO.' + desc = 'Infrared Thermometer protocol.' license = 'gplv2+' inputs = ['i2c'] outputs = ['mlx90614'] |