Pushbutton
pushButton()
A simple, momentary pushbutton. The button numer is the one you set in your matrix setup.
pushButtonL()
The button will become a latching button, so hitting it once will turn it on, hitting again will turn it off.
pushButtonM()
Pushbutton with two modes:
0: Momentary
1: Latching
Uses the button field.
pulseButton()
A button that gives a short pulse on pressing the button. Holding the button will not give a continous button press. Releasing the button will not give a button press. The button numer is the one you set in your matrix setup.
repeaterButton()
A button that gives multiple pulses on pressing the button. Holding the button will not give a continous pulses. Releasing the button will not give pulses. The button numer is the one you set in your matrix setup.
The purpose of this button is mainly for adjustments of in-car settings, such as brake bias, diff setting, traction control, etc. It will allow you to adjust several steps with a single press.
Last updated