summaryrefslogtreecommitdiff
path: root/examples/rp2/pio_ws2812.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp2/pio_ws2812.py')
-rw-r--r--examples/rp2/pio_ws2812.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rp2/pio_ws2812.py b/examples/rp2/pio_ws2812.py
index dd021a9d5..6de21ab8b 100644
--- a/examples/rp2/pio_ws2812.py
+++ b/examples/rp2/pio_ws2812.py
@@ -1,5 +1,7 @@
# Example using PIO to drive a set of WS2812 LEDs.
+# ruff: noqa: F821 - @asm_pio decorator adds names to function scope
+
import array, time
from machine import Pin
import rp2