X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fwiegand%2Fpd.py;h=7819fd6586ac4e26d2a97c96d4dc30cf64dcb98e;hp=c494789840131fb11d2b083145bc34188032596d;hb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;hpb=4c180223a8ae12feb7bc3601e07e848fb9cdb493 diff --git a/decoders/wiegand/pd.py b/decoders/wiegand/pd.py index c494789..7819fd6 100644 --- a/decoders/wiegand/pd.py +++ b/decoders/wiegand/pd.py @@ -31,6 +31,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['wiegand'] + tags = ['Embedded/industrial', 'RFID'] channels = ( {'id': 'd0', 'name': 'D0', 'desc': 'Data 0 line'}, {'id': 'd1', 'name': 'D1', 'desc': 'Data 1 line'},