diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-30 22:15:54 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-30 22:15:54 +0200 |
commit | 81f301b4c84c2993afd87773aff6d10130f2dceb (patch) | |
tree | 7b00bae9000e16d92b9b09e97082cd1fb99b4d7e /decoders/atsha204a/__init__.py | |
parent | dcf65053104aa29162d985558260f5f8e7a859da (diff) | |
download | libsigrokdecode-81f301b4c84c2993afd87773aff6d10130f2dceb.tar.gz libsigrokdecode-81f301b4c84c2993afd87773aff6d10130f2dceb.zip |
atsha204a: Mention ATECC508A support in docs.
Diffstat (limited to 'decoders/atsha204a/__init__.py')
-rw-r--r-- | decoders/atsha204a/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/atsha204a/__init__.py b/decoders/atsha204a/__init__.py index 678e4fe..c46533a 100644 --- a/decoders/atsha204a/__init__.py +++ b/decoders/atsha204a/__init__.py @@ -19,7 +19,7 @@ ''' This decoder stacks on top of the 'i2c' PD and decodes the -Microchip ATSHA204A crypto authentication protocol. +Microchip ATSHA204A and ATECC508A crypto authentication protocol. ''' from .pd import Decoder |