Fader Bank

I see someones created code for a 6 fader wing box, is there any documentation for this like a components list and wiring diagram etc just like Box 1?

Parents Reply
  • I assume you think of Element 1, which have only one button per fader. Have also a look to the Readme.

    Using submaster class, no initialization needed:
    Submaster submaster1(A1, 2, 1); // make submaster 1 using Analog pin A1 for leveler and pin 2 for the fire/bump button

    Using fader class:
    Fader fader1(A1, 2, 0, 1); // make fader number 1 using Analog pin A1 for leveler and pin 2 for the fire/bump button, no stop button

Children