led-breath

nicknick/my-nodes/led-breath

More complicated form of BLINK. Imitates "LED breathing" effect, when a LED lights up and goes out smoothly. Wayland's "up-down-count" library is used here
led-breath
@/led-breath
More complicated form of BLINK. Imitates "LED breathing" effect, when a LED lights up and goes out smoothly. Wayland's "up-down-count" library is used here
SETpulse
Sets stored value to 1. Luminosity is increasing
ENboolean
Activates
RSTpulse
Sets stored value to 0. Luminosity is decreasing
INTLnumber
Duration when the LED is fading and flaring up/ 12 s recommended
Int2number
Time interval, between luminocity changes. Affects smoothness. 0.2 s recommended
Int3number
Describes luminocity change each tick. Affects smoothness, 0.18 recommended
ledpinport
Digital Arduino pin with connected led. Must have PWM
led-breath
SET
EN
RST
INTL
Int2
Int3
ledpin
To use the node in your project you should have the nicknick/my-nodes library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.