From 2b7d0e2bf5147025e9d76d14e266b9905503b957 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Fri, 2 Dec 2011 06:44:42 +1300 Subject: srd: Changed nunchuk and transitioncounter to new registraion api. --- decoders/transitioncounter.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'decoders/transitioncounter.py') diff --git a/decoders/transitioncounter.py b/decoders/transitioncounter.py index 2ad3f52..3946d4b 100644 --- a/decoders/transitioncounter.py +++ b/decoders/transitioncounter.py @@ -30,6 +30,7 @@ def sampleiter(data, unitsize): yield(Sample(data[i:i+unitsize])) class Decoder(): + id = 'transitioncounter' name = 'Transition counter' longname = '...' desc = 'Counts rising/falling edges in the signal.' @@ -109,3 +110,5 @@ class Decoder(): import sigrok +sigrok.register(Decoder) + -- cgit v1.2.3-70-g09d2