larryd:
It’s a reasonable start.Time to flesh out loop()
Excellent! Thank you for a positive response. Inside my loop so far,
void loop()
{
currentTime = millis();
if(currentTime >= (loopTime +5))//5 millisecond check time of the encoders
{
I'm mind blanked right now