You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whether gpio.write(18,0-1024,"output") is sufficient to change the duty cycle of the PWM output.???
I am trying to write the values from 0-1024 but the LED bulb is directly switching on if the value is greater than 1 and switching off if the value is 0. But I want to control the brightness by changing the duty cycle.
The text was updated successfully, but these errors were encountered:
whether gpio.write(18,0-1024,"output") is sufficient to change the duty cycle of the PWM output.???
I am trying to write the values from 0-1024 but the LED bulb is directly switching on if the value is greater than 1 and switching off if the value is 0. But I want to control the brightness by changing the duty cycle.
The text was updated successfully, but these errors were encountered: