Quote:
|
Originally Posted by MulletFish
I am trying to assign more than one joystick button to a single relay_rev. I have tried using an "=" sign, I have tried adding a new line but the program recognizes one but not the other. How can I do it? Thanks!
|
Use C's
| "or" operator.
Code:
relay3_rev = p1_sw_trig | p2_sw_trig;