rotary-encoder-button

danielterletzkiy/compact-utils/rotary-encoder-button

This is used for when you have an rotary encoder with DT, CLK (and SW) Pins
rotary-encoder-button
@/rotary-encoder-button
This is used for when you have an rotary encoder with DT, CLK (and SW) Pins
DTport
The DT Pin
CLKport
The CLK Pin
SWport
The SW Pin (If it has a switch)
rotary-encoder-button
Dec
NUM
Inc
SW OP
DT
CLK
SW
SW OPboolean
Equals to `true` while the SW button is pressed (hold down) and `false` while it is released.
Incpulse
Puls if Increase
NUMnumber
Output Number of the encoder
Decpulse
Puls if Decrease
To use the node in your project you should have the danielterletzkiy/compact-utils 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.