#include "main.h" #define NEAR_THRESH 0.05f enum MOTOR { UNUSED = 0, ROTATER, DRIVEL, DRIVER, LIFT1, LIFT2, INTAKE, UNUSED7, UNUSED8, UNUSED9, UNUSED10 }; static unsigned char idx=0; static float intakeRotation=0; int nearDegree(float target){ if(intakeRotationtarget+NEAR_THRESH)return -1; else return 0; } void operatorControlLCD(void *param){ static int imeValue=0; static float nearTarget=0; while(1){ imeGet(idx,&imeValue); intakeRotation=imeValue/1037.0f; lcdPrint(uart1,1,"%u %d",imeCount,nearDegree(nearTarget)); lcdPrint(uart1,2,"%u %d",idx,imeValue); if(joystickGetDigital(1,7,JOY_LEFT)){ if(idx)idx--; }else if(joystickGetDigital(1,7,JOY_RIGHT)){ if(idx