|
Re: No code?
This means that something in your code isn't properly executing.
If this occurs as soon as you upload your code, check your variable declarations.
If it's occurring as soon enable, check your RobotInit and Disabled code.
If it's occurring when you start teleop/autonomous, check the respective init/periodic code.
Last edited by Logan Byers : 16-01-2016 at 14:33.
Reason: added additional area for troubleshooting
|