AXIS X board ADC port the potentiometer is connected to.
UPD Xpulse
Triggers a new read.
PORT Yport
AXIS Y board ADC port the potentiometer is connected to.
UPD Ypulse
Triggers a new read.
PORT buttonport
Board port number the button is connected to.
UPD Buttonpulse
Triggers a new read.
DONE Buttonpulse
Fires on reading complete
PRSboolean
Last read value. Equals to `true` while the button is pressed (hold down) and `false` while it is released.
DONE Ypulse
Fires on reading complete
VAL Ynumber
The last read potentiometer position in range [0.0, 1.0].
DONE Xpulse
Fires on reading complete
VAL Xnumber
The last read potentiometer position in range [0.0, 1.0].
To use the node in your project you should have the 315821/joystick-x-y-button 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.