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 6992361..cb95385 100644 --- a/decoders/tlc5620/__init__.py +++ b/decoders/tlc5620/__init__.py @@ -22,4 +22,4 @@ The Texas Instruments TLC5620 is an 8-bit quad DAC. ''' -from .pd import * +from .pd import Decoder |