]> sigrok.org Git - libsigrokdecode.git/commitdiff
atsha204a: Mention other potentially supported devices.
authorUwe Hermann <redacted>
Tue, 30 Apr 2019 20:26:59 +0000 (22:26 +0200)
committerUwe Hermann <redacted>
Tue, 30 Apr 2019 20:26:59 +0000 (22:26 +0200)
decoders/atsha204a/__init__.py

index c46533a6a42568d0a5a4f5df852bd85eb80c3d6b..fd0f4288e308e414e0fd0ce914b529395a86b094 100644 (file)
 '''
 This decoder stacks on top of the 'i2c' PD and decodes the
 Microchip ATSHA204A and ATECC508A crypto authentication protocol.
 '''
 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
 '''
 
 from .pd import Decoder