use pre-computed (during init after calibration) lookup table instead of for loop and brief lookup table to make sensor computation faster
do background analog reading/writing, and using an adc library that is faster than analogRead
Things to do:
measure how long it takes to do encoder counting and reading (compare to ~15 microseconds for SPI @ MHz)
use pre-computed velocity profiles with varying rates for PID control (low level) and velocity commands (high level setpoints) to determine if we need a faster PID rater, or control rate, or both, or neither
Goals for this year
Things to do
Things we know/want
Design decisions to make