Quote:
|
Originally Posted by kaszeta
Pots are easy. Check out the FIRST Guidelines, Tips, and Good Practices document. But basically, the pot gives a 0-5 V signal, which is read by the RC using Get_Analog_Value() (unless you're using Kevin Watson's ADC.c/h), yielding a 10 bit value (0-1023).
|
So, would it be ok to put that command under UserRoutines.c, or where would you suggest to put that command?