summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders/atsha204a/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/decoders/atsha204a/__init__.py b/decoders/atsha204a/__init__.py
index c46533a..fd0f428 100644
--- a/decoders/atsha204a/__init__.py
+++ b/decoders/atsha204a/__init__.py
@@ -20,6 +20,11 @@
'''
This decoder stacks on top of the 'i2c' PD and decodes the
Microchip ATSHA204A and ATECC508A crypto authentication protocol.
+
+The decoder might also support the following devices (untested):
+ * ATSHA204
+ * ATECC108
+ * ATECC108A
'''
from .pd import Decoder