|
Re: Program Delay
You need to instantiate an object of the Timer class, and then call the Timer->Start(); function in your button code. Then in the routine that runs when the timer expires, you do something else.
Look up the WPILib Documentation on the Timer class.
|