Tips for precise timing?

Status
Not open for further replies.
Finding the file Kurt referred to before: {... arduino ...}\hardware\teensy\avr\cores\teensy3\elapsedMillis.h

It shows the same for class elapsedMicros: operator unsigned long () const { return micros() - us; }
 
Status
Not open for further replies.
Back
Top