Merge pull request #58 from jepler/fix-example-pio-kwargs
morse example: add missing pio_kwargs to constructor call
This commit is contained in:
commit
718dd1363d
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