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:
Jeff Epler 2023-07-27 10:22:52 -05:00
parent 0d58eb4508
commit 38962e7113
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -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':