This is because of encoder contention over calling motorResetEncoder(). For example, if I were monitoring the lift encoder in both JoyAux.h and JoyMec.h, and I called motorResetEncoder() in JoyAux.h, JoyMec.h would have no way of knowing and things would die.
This is because of encoder contention over calling motorResetEncoder(). For example, if I were monitoring the lift encoder in both JoyAux.h and JoyMec.h, and I called motorResetEncoder() in JoyAux.h, JoyMec.h would have no way of knowing and things would die.
This can be undertaken with #70