|
Re: Digital Inputs Driver Station
You shouldn't have to declare new Digital Inputs. Use the existing methods in the Driver Station class:
DriverStation *ds;
ds = new DriverStation();
ds->GetDigitalIn(channel);
Last edited by Kristian Calhoun : 24-02-2009 at 20:22.
|