Handbrake

The handbrake functions utilized a secondary brake input to control the brakes of the car. They will apply 100% brake application. The push/pull shifter function also has a way to apply handbrake, but it not listed here.

It is recommended to add the handbrake functions towards the end of your list of switch functions in 30_Switches.ino for best performance.

handbrakeM()

Apply handbrake momentarily. Handbrake will be applied as long as you hold the button.

Does not produce any button number press.

Handbrake on/off defaults to button field 10 for SimHub communication. It is returned as property [DahlDesign.DDChandbrakeActive].

handbrakeL()

Apply a latching handbrake. Pressing the button will toggle the handbrake on/off.

Does not produce any button number press.

Handbrake on/off defaults to button field 10 for SimHub communication. It is returned as property [DahlDesign.DDChandbrakeActive].

Last updated