#include #include /*#define TARGET_SPEED 65 static unsigned int time; void autoDelay(unsigned int ms){ delay(ms); time-=ms; }*/ void autonomous(){ /*static char speed = 0; time = 15000; do{ speed+=10; motorSet(CANNON1,speed); motorSet(CANNON2,speed); motorSet(CANNON3,speed); motorSet(CANNON4,speed); autoDelay(200); }while(speed