summaryrefslogtreecommitdiff
path: root/decoders/em4100/__init__.py
diff options
context:
space:
mode:
authorBenjamin Larsson <benjamin@southpole.se>2015-12-15 01:00:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2015-12-18 18:23:00 +0100
commit8f26590799306bf7e13241c345adbf1fde811ec7 (patch)
treec079bef473e33766a1ddd435d5c0ae0f8374cfa1 /decoders/em4100/__init__.py
parent033e7d4db76f2e2a289d5567e9532f26201cfa74 (diff)
downloadlibsigrokdecode-8f26590799306bf7e13241c345adbf1fde811ec7.tar.gz
libsigrokdecode-8f26590799306bf7e13241c345adbf1fde811ec7.zip
Add RFID EM4100 protocol decoding
Diffstat (limited to 'decoders/em4100/__init__.py')
-rw-r--r--decoders/em4100/__init__.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/decoders/em4100/__init__.py b/decoders/em4100/__init__.py
new file mode 100644
index 0000000..cff361f
--- /dev/null
+++ b/decoders/em4100/__init__.py
@@ -0,0 +1,25 @@
+##
+## This file is part of the libsigrokdecode project.
+##
+## Copyright (C) 2015 Benjamin Larsson <benjamin@southpole.se>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+'''
+EM4100 is a biphase/manchester/PSK based 100-150kHz RFID protocol.
+'''
+
+from .pd import Decoder