|
Re: CAN for Pneumatics in C++
It really takes very little special programming to run TalonSRX using CAN. Create a CANTalon class object for each and construct your RobotDrive using those.
You will need to use the roboRio's web page to locate each Talon and assign it a unique CAN bus ID (used when constructing the CANTalon object).
|