morse example: add missing pio_kwargs to constructor call
This appears to be the cause of a user's problems in #55.
This commit is contained in:
parent
0d58eb4508
commit
38962e7113
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ sm = StateMachine(
|
|||
pull_threshold=16,
|
||||
auto_pull=True,
|
||||
out_shift_right=False,
|
||||
**pio_code.pio_kwargs,
|
||||
)
|
||||
|
||||
# To simply repeat 'TEST' forever, change to 'if True':
|
||||
|
|
|
|||
Loading…
Reference in a new issue