summaryrefslogtreecommitdiff
path: root/decoders/atsha204a/__init__.py
diff options
context:
space:
mode:
authorMichalis Pappas <mpappas@fastmail.fm>2018-04-26 19:35:40 +0300
committerUwe Hermann <uwe@hermann-uwe.de>2018-05-26 00:34:28 +0200
commitf96a96022ca3ce7b98320db95608323d289c6dc1 (patch)
treee4623eb01fee72d75d9c0bdf36da8339f9f4f96b /decoders/atsha204a/__init__.py
parente8c72a33bf80922196ad4b5845d97ec524988fd9 (diff)
downloadlibsigrokdecode-f96a96022ca3ce7b98320db95608323d289c6dc1.tar.gz
libsigrokdecode-f96a96022ca3ce7b98320db95608323d289c6dc1.zip
Add decoder for Microchip ATSHA204A crypto module
Diffstat (limited to 'decoders/atsha204a/__init__.py')
-rw-r--r--decoders/atsha204a/__init__.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/decoders/atsha204a/__init__.py b/decoders/atsha204a/__init__.py
new file mode 100644
index 0000000..fc56bd6
--- /dev/null
+++ b/decoders/atsha204a/__init__.py
@@ -0,0 +1,25 @@
+##
+## This file is part of the libsigrokdecode project.
+##
+## Copyright (C) 2018 Michalis Pappas <mpappas@fastmail.fm>
+##
+## 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/>.
+##
+
+'''
+This decoder stacks on top of the 'i2c' PD and decodes the
+Microchip ATSHA204A CryptoAuthentication protocol.
+'''
+
+from .pd import Decoder