diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-30 22:26:59 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-30 22:26:59 +0200 |
commit | b68c3854714f599b307e02e0af1e28fead56e3dc (patch) | |
tree | 6c7b9409d46a549c7dd43c9a8ee2c1cb28604727 | |
parent | 81f301b4c84c2993afd87773aff6d10130f2dceb (diff) | |
download | libsigrokdecode-b68c3854714f599b307e02e0af1e28fead56e3dc.tar.gz libsigrokdecode-b68c3854714f599b307e02e0af1e28fead56e3dc.zip |
atsha204a: Mention other potentially supported devices.
-rw-r--r-- | decoders/atsha204a/__init__.py | 5 |
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 |