import time
time.sleep(0.1) # Wait for USB to become ready
from machine import Pin, PWM
Svetodiod = PWM(Pin(25))
Svetodiod.freq(1000)
Svetodiod.duty_u16(65535) #от 0 до 65535import time
time.sleep(0.1) # Wait for USB to become ready
from machine import Pin, PWM
Svetodiod = PWM(Pin(25))
Svetodiod.freq(1000)
Svetodiod.duty_u16(65535) #от 0 до 65535