funkyRotary

Encoder functions in the funkyRotary category. Information on this category here.

In contrast to the other encoder functions, the funkyRotary category requires you to type in the column numbers for both A and B pin columns. This means you can place them on any column number on the same row.

funkyRotary()

Standard incremental encoder setup. Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.

funkyBite()

Standard incremental encoder setup. Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.

In addition, this switch can set the bite point of your clutches. Works in combination with biteButton(). The button presses will not trigger when setting bite point.

funkyBiteAdjust()

Similar to rotary2Bite above, but instead of changing bitePoint by going through the bite point setting sequence, it will directly increase (CW rotation) or decrease (CCW rotation) the bitepoint by a set amount while biteButton is held.

funkyThrottle()

Standard incremental encoder setup. Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.

In addition, this switch can set the throttle hold value when the modButton() is held.. The button presses will not trigger when setting throttle hold value. Adjustments will be with 1% increments.

funkyBrake()

Standard incremental encoder setup. Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.

In addition, this switch can set the brake magic value when the modButton() is held.. The button presses will not trigger when setting brake magic value. Adjustments will be with 1% increments.

Last updated