Hello there! I have been having a problem with victors today. The main problem is that we have had this code work in the past; however it refuses to work now.
To say what is happening to the victor, it blinks orange instead of staying solid orange when initialized. Any help would be much appreciated.
Code:
const static int WRISTMOTOR = 0;
Victor WristDrv;
Robot() :
wristDrv(WRISTMOTOR),
Thanks again!