diff options
Diffstat (limited to 'decoders/tlc5620')
-rw-r--r-- | decoders/tlc5620/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/tlc5620/__init__.py b/decoders/tlc5620/__init__.py index 6cf3401..c615760 100644 --- a/decoders/tlc5620/__init__.py +++ b/decoders/tlc5620/__init__.py @@ -19,7 +19,7 @@ ## ''' -Texas Instruments TLC5620 protocol decoder. +The Texas Instruments TLC5620 is an 8-bit quad DAC. ''' from .pd import * |