diff options
Diffstat (limited to 'decoders/transitioncounter.py')
-rw-r--r-- | decoders/transitioncounter.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/transitioncounter.py b/decoders/transitioncounter.py index 8cb32bb..4c832b0 100644 --- a/decoders/transitioncounter.py +++ b/decoders/transitioncounter.py @@ -26,8 +26,6 @@ class Decoder(srd.Decoder): 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'] |