summaryrefslogtreecommitdiff
path: root/decoders/maxim_ds28ea00
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-01-01 19:11:13 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-01-01 19:11:13 +0100
commit9e1437a045ef0c7df7e847be148fac6b4c0bbb4b (patch)
treeabf764a44fd69c8d7fdec62c804d71991a7f6f7b /decoders/maxim_ds28ea00
parent42515b0f25613499167b66c1d8a659526fb46b8d (diff)
downloadlibsigrokdecode-9e1437a045ef0c7df7e847be148fac6b4c0bbb4b.tar.gz
libsigrokdecode-9e1437a045ef0c7df7e847be148fac6b4c0bbb4b.zip
Small cosmetic/consistency fixes in the PDs.
Diffstat (limited to 'decoders/maxim_ds28ea00')
-rw-r--r--decoders/maxim_ds28ea00/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py
index 026457e..10b198f 100644
--- a/decoders/maxim_ds28ea00/pd.py
+++ b/decoders/maxim_ds28ea00/pd.py
@@ -40,9 +40,9 @@ command = {
class Decoder(srd.Decoder):
api_version = 1
id = 'maxim_ds28ea00'
- name = 'Maxim DS28EA00'
+ name = 'DS28EA00'
longname = 'Maxim DS28EA00 1-Wire digital thermometer'
- desc = '1-Wire digital thermometer with Sequence Detect and PIO'
+ desc = '1-Wire digital thermometer with Sequence Detect and PIO.'
license = 'gplv2+'
inputs = ['onewire_network']
outputs = ['maxim_ds28ea00']