Hi,
I have a loop that has 6 different triggers and for each trigger I read millis() separately every cycle of the loop. Would it be better to use a variable to record the time and check millis() just once per loop cycle. Would this be faster? More efficient? Or is using millis() better?