[sigrok-devel] [PATCH] Add decoder for em4305 RFID protocol

2016-05-11 Thread Benjamin Larsson
--- decoders/em4305/__init__.py | 25 +++ decoders/em4305/pd.py | 412 2 files changed, 437 insertions(+) create mode 100644 decoders/em4305/__init__.py create mode 100644 decoders/em4305/pd.py diff --git a/decoders/em4305/__init__.py b/decode

Re: [sigrok-devel] Wiegand decoder

2016-05-11 Thread Uwe Hermann
Hi, On Tue, May 10, 2016 at 06:57:13PM +1000, Sean Burford wrote: > Thanks. I think I've addressed all of your points. Great, thanks a lot! All 3 patches are merged. Added one more minor change, the bitwidth_ms option values are now integers instead of strings. Cheers, Uwe. -- http://hermann