diff options
Diffstat (limited to 'decoders/tca6408a')
-rw-r--r-- | decoders/tca6408a/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/tca6408a/__init__.py b/decoders/tca6408a/__init__.py index 9982d58..f679674 100644 --- a/decoders/tca6408a/__init__.py +++ b/decoders/tca6408a/__init__.py @@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the Texas Instruments TCA6408A 8-bit I²C I/O expander protocol. ''' -from .pd import * +from .pd import Decoder |