millis can be read during an ISR, but it will not increment, so the code should work for accessing the millis count when the interrupt occurred.
1 Like
millis can be read during an ISR, but it will not increment, so the code should work for accessing the millis count when the interrupt occurred.