We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe5a9e commit 65e2f4eCopy full SHA for 65e2f4e
CircuitPython_on_Linux_and_Raspberry_Pi/PWM_LED.py
@@ -2,7 +2,7 @@
2
import board
3
import pulseio
4
5
-led = pulseio.PWMOut(board.D16, frequency=5000, duty_cycle=0)
+led = pulseio.PWMOut(board.D5, frequency=5000, duty_cycle=0)
6
7
while True:
8
for i in range(100):
0 commit comments