diff --git a/examples/pioasm_background_morse.py b/examples/pioasm_background_morse.py index af5714f..d3dcdc9 100644 --- a/examples/pioasm_background_morse.py +++ b/examples/pioasm_background_morse.py @@ -69,6 +69,7 @@ pull_threshold=16, auto_pull=True, out_shift_right=False, + **pio_code.pio_kwargs, ) # To simply repeat 'TEST' forever, change to 'if True':