encoder-select-map-button

cibersusl/encoderselect/encoder-select-map-button

Rotary encoder with customizable counter quantity. can be used to select the desired number from a selected range (e.g. menu selection)
encoder-select-map-button
@/encoder-select-map-button
Rotary encoder with customizable counter quantity. can be used to select the desired number from a selected range (e.g. menu selection)
DTport
The DT Pin
CLKport
The CLK Pin
SWport
The SW Pin (If it has a switch)
MINnumber
initial value of the counter
MAXnumber
final counter value
STEPnumber
Value to add on each increment.
encoder-select-map-button
DT
CLK
SW
MIN
MAX
STEP
NUM
SW OP
SW OPboolean
Equals to `true` while the SW button is pressed (hold down) and `false` while it is released.
NUMnumber
Output Number of the select
To use the node in your project you should have the cibersusl/encoderselect 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.