summaryrefslogtreecommitdiff
path: root/examples/rp2/pio_exec.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-02-07 15:03:14 +1100
committerDamien George <damien@micropython.org>2023-02-07 15:03:14 +1100
commit35524a6fda1e44692ad599a39c802c168c897de9 (patch)
tree95bb59a8ba1348760cee9937673dfb52270f6b2c /examples/rp2/pio_exec.py
parent0afe60b876e20684cc0313922a34ee65e7db898a (diff)
examples/rp2: Add comment that examples using IO25 don't work on Pico W.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'examples/rp2/pio_exec.py')
-rw-r--r--examples/rp2/pio_exec.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp2/pio_exec.py b/examples/rp2/pio_exec.py
index 86018a93a..ce39f2df8 100644
--- a/examples/rp2/pio_exec.py
+++ b/examples/rp2/pio_exec.py
@@ -1,4 +1,5 @@
# Example using PIO to turn on an LED via an explicit exec.
+# Note: this does not work on Pico W because it uses Pin(25) for LED output.
#
# Demonstrates:
# - using set_init and set_base