Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 38962e7

Browse files
committed
morse example: add missing pio_kwargs to constructor call
This appears to be the cause of a user's problems in adafruit#55.
1 parent 0d58eb4 commit 38962e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pioasm_background_morse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
pull_threshold=16,
7070
auto_pull=True,
7171
out_shift_right=False,
72+
**pio_code.pio_kwargs,
7273
)
7374

7475
# To simply repeat 'TEST' forever, change to 'if True':

0 commit comments

Comments
 (0)