X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmlx90614%2Fpd.py;h=f75d2050b6e61c6247393cc27acd9a04962365be;hp=8ae3ab90fa0179cbbfb861b988b090baa05a7f58;hb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;hpb=2b46b01c72c06683b3130647affe92c425d573b5 diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 8ae3ab9..f75d205 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -24,7 +24,7 @@ class Decoder(srd.Decoder): id = 'mlx90614' name = 'MLX90614' longname = 'Melexis MLX90614' - desc = 'Infrared Thermometer protocol.' + desc = 'Melexis MLX90614 infrared thermometer protocol.' license = 'gplv2+' inputs = ['i2c'] outputs = ['mlx90614']