]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/transitioncounter.py
move sigrokdecode.Decoder type to its own source file
[libsigrokdecode.git] / decoders / transitioncounter.py
index ded3a3d1c8361acb6f9b9e3a8066e8e0920e150c..4c832b079579cfad067c9cd3102efbab026e87f3 100644 (file)
@@ -23,11 +23,9 @@ import sigrokdecode as srd
 class Decoder(srd.Decoder):
     id = 'transitioncounter'
     name = 'Transition counter'
-    longname = '...'
+    longname = 'Pin transition counter'
     desc = 'Counts rising/falling edges in the signal.'
     longdesc = '...'
-    author = 'Uwe Hermann'
-    email = 'uwe@hermann-uwe.de'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['transitioncounts']