summaryrefslogtreecommitdiff
path: root/examples/rp2/pio_uart_tx.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp2/pio_uart_tx.py')
-rw-r--r--examples/rp2/pio_uart_tx.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rp2/pio_uart_tx.py b/examples/rp2/pio_uart_tx.py
index 5e4af8f6c..04abf2d0d 100644
--- a/examples/rp2/pio_uart_tx.py
+++ b/examples/rp2/pio_uart_tx.py
@@ -1,5 +1,7 @@
# Example using PIO to create a UART TX interface
+# ruff: noqa: F821 - @asm_pio decorator adds names to function scope
+
from machine import Pin
from rp2 import PIO, StateMachine, asm_pio