I was ultimately curious about the Flashlight, so I dug one out that had never been taken out of the box.
We have a Motor Controller connected to Port B, which is then connected to the flashlight.
vex::pwm_out Flashlight = vex::pwm_out(Brain.ThreeWirePort.B);
// set pwm output for the Flashlight
Flashlight.state(100, vex::percentUnits::pct);
@jpearman, is there anything wrong with the code above? Is it setting the Flashlight to max output? The reason I ask, is that I found the Flashlight to be very dim and was never able to get it very bright.