]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maxim_ds28ea00/pd.py
Small cosmetic/consistency fixes in the PDs.
[libsigrokdecode.git] / decoders / maxim_ds28ea00 / pd.py
index 026457e5783a7cc66c8bf54951e0ce311d003373..10b198f18ccc7ae8931a6f2a1becc29645244d19 100644 (file)
@@ -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']