From b68c3854714f599b307e02e0af1e28fead56e3dc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Apr 2019 22:26:59 +0200 Subject: [PATCH] atsha204a: Mention other potentially supported devices. --- decoders/atsha204a/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2