summaryrefslogtreecommitdiff
path: root/decoders/miller/__init__.py
diff options
context:
space:
mode:
authorChristoph Rackwitz <christoph.rackwitz@gmail.com>2018-08-06 04:48:06 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-09-09 19:07:06 +0200
commit4e7f2d702807d39bc5cd3835f02ff9d773b0cea1 (patch)
tree8602c6e4257264689eaae04ab67dd24814053755 /decoders/miller/__init__.py
parente8c1209d2650d51bc273530e7c7d48418df4efb0 (diff)
downloadlibsigrokdecode-4e7f2d702807d39bc5cd3835f02ff9d773b0cea1.tar.gz
libsigrokdecode-4e7f2d702807d39bc5cd3835f02ff9d773b0cea1.zip
Miller encoding PD
Diffstat (limited to 'decoders/miller/__init__.py')
-rw-r--r--decoders/miller/__init__.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/decoders/miller/__init__.py b/decoders/miller/__init__.py
new file mode 100644
index 0000000..409b178
--- /dev/null
+++ b/decoders/miller/__init__.py
@@ -0,0 +1,26 @@
+##
+## This file is part of the libsigrokdecode project.
+##
+## Copyright (C) 2017 Christoph Rackwitz <christoph.rackwitz@rwth-aachen.de>
+##
+## 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, see <http://www.gnu.org/licenses/>.
+##
+
+'''
+The Miller protocol decoder supports (modified) Miller encoded data.
+
+Used in NFC communication at 106 kbaud.
+'''
+
+from .pd import Decoder