summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'decoders')
-rw-r--r--decoders/avr_isp/pd.py2
-rw-r--r--decoders/lm75/pd.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py
index 9ecc280..68be0ca 100644
--- a/decoders/avr_isp/pd.py
+++ b/decoders/avr_isp/pd.py
@@ -29,7 +29,7 @@ class Decoder(srd.Decoder):
api_version = 1
id = 'avr_isp'
name = 'AVR ISP'
- longname = 'AVR in-system programming'
+ longname = 'AVR In-System Programming'
desc = 'Protocol for in-system programming Atmel AVR MCUs.'
license = 'gplv2+'
inputs = ['spi', 'logic']
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py
index 9d2f0ab..86d3950 100644
--- a/decoders/lm75/pd.py
+++ b/decoders/lm75/pd.py
@@ -46,7 +46,7 @@ class Decoder(srd.Decoder):
id = 'lm75'
name = 'LM75'
longname = 'National LM75'
- desc = 'National LM75 (and compatibles) temperature sensor protocol.'
+ desc = 'National LM75 (and compatibles) temperature sensor.'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['lm75']