OFFing an Array of Buttons
TurnipTruck
Posts: 1,485
I would like to do something like this as a means of mutual exclusivity for the sake of feedback:
However this does not work. Does anyone have a suggested alternative for a one-line button-feedback-array killer? I don't want to define as mutually exclusive.
Thanks!
INTEGER cnFEEDBACKS[10]={1,2,3,4,5,6,7,8,9,10} OFF [dvTP,cnFEEDBCAKS]
However this does not work. Does anyone have a suggested alternative for a one-line button-feedback-array killer? I don't want to define as mutually exclusive.
Thanks!
0
Comments
The following function seems to work::
--D
That will work, but I don't like DEVCHANs. I just array the button channel numbers and reference the array. Makes for less code.