vex::pwm_out finger( Brain.ThreeWirePort.A );
or
vex::pwm_out finger = pwm_out( Brain.ThreeWirePort.A );
configures pwm_out on legacy port A.
vex::pwm_out finger( Brain.ThreeWirePort.A );
or
vex::pwm_out finger = pwm_out( Brain.ThreeWirePort.A );
configures pwm_out on legacy port A.