]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maxim_ds28ea00/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / maxim_ds28ea00 / pd.py
index a67e70e87f89f525ad789222440a5c8764a26602..6e1125a73c6e4d84f545466bee066a8cfc3dbd9d 100644 (file)
@@ -18,8 +18,6 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-# Maxim DS28EA00 protocol decoder
-
 import sigrokdecode as srd
 
 # Dictionary of FUNCTION commands and their names.
@@ -55,7 +53,7 @@ class Decoder(srd.Decoder):
     ]
     options = {}
     annotations = [
-        ['Text', 'Human-readable text'],
+        ['text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):