summaryrefslogtreecommitdiff
path: root/examples/rp2/pwm_fade.py
diff options
context:
space:
mode:
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