I need to adjust the luminance of the LED and the flashing speed of the LED. The brightness is functional but the flicker is not.
The “gate” node skips the value always after receiving the true EN, even if it later gets a false value.
I think you want if-else instead of gate. Gate disables output. You want it to switch between 0 and brightest value.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.