summaryrefslogtreecommitdiff
path: root/decoders/signature/__init__.py
diff options
context:
space:
mode:
authorsharow <shirowmiura@gmail.com>2019-10-07 09:34:33 +0900
committerUwe Hermann <uwe@hermann-uwe.de>2019-11-28 13:18:36 +0100
commit112a2644fdadf17e077a84f63dbbccc87e649a0f (patch)
treea834887d4af2b6ca654afb6ad4250dbd8d41fab9 /decoders/signature/__init__.py
parentd21d2b792df22f43e3c71037fed0ee4096c763b1 (diff)
downloadlibsigrokdecode-112a2644fdadf17e077a84f63dbbccc87e649a0f.tar.gz
libsigrokdecode-112a2644fdadf17e077a84f63dbbccc87e649a0f.zip
Add decoder: signature analysis
Diffstat (limited to 'decoders/signature/__init__.py')
-rw-r--r--decoders/signature/__init__.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/decoders/signature/__init__.py b/decoders/signature/__init__.py
new file mode 100644
index 0000000..d37fd4a
--- /dev/null
+++ b/decoders/signature/__init__.py
@@ -0,0 +1,25 @@
+##
+## This file is part of the libsigrokdecode project.
+##
+## Copyright (C) 2019 Shirow Miura <shirowmiura@gmail.com>
+##
+## 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/>.
+##
+
+'''
+Signature analysis function for troubleshooting logic circuits.
+This generates the same signature as Hewlett-Packard 5004A.
+'''
+
+from .pd import Decoder