From 38962e7113ed983a38850f57235edda1e0dd845f Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 27 Jul 2023 10:22:52 -0500 Subject: [PATCH] morse example: add missing pio_kwargs to constructor call This appears to be the cause of a user's problems in #55. --- examples/pioasm_background_morse.py | 1 + 1 file changed, 1 insertion(+) 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':