Merge pull request #58 from jepler/fix-example-pio-kwargs

morse example: add missing pio_kwargs to constructor call
This commit is contained in:
Scott Shawcroft 2023-07-27 09:08:29 -07:00 committed by GitHub
commit 718dd1363d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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