diff options
Diffstat (limited to 'decoders/parallel')
-rw-r--r-- | decoders/parallel/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/parallel/pd.py b/decoders/parallel/pd.py index 71d8833..5acfb67 100644 --- a/decoders/parallel/pd.py +++ b/decoders/parallel/pd.py @@ -54,7 +54,7 @@ Packet: word <worditemcount> is 7, and so on. ''' -NUM_CHANNELS = 8 +NUM_CHANNELS = 16 class Pin: CLOCK = 0 |