summaryrefslogtreecommitdiff
path: root/examples/rp2/pwm_fade.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/pwm_fade.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/pwm_fade.py')
-rw-r--r--examples/rp2/pwm_fade.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp2/pwm_fade.py b/examples/rp2/pwm_fade.py
index 7264edaa2..5b7089c6b 100644
--- a/examples/rp2/pwm_fade.py
+++ b/examples/rp2/pwm_fade.py
@@ -1,4 +1,5 @@
# Example using PWM to fade an LED.
+# Note: this does not work on Pico W because it uses Pin(25) for LED output.
import time
from machine import Pin, PWM