Hi Bill,
I'm using a Teensy version 3.5 and the ChRt library (current release). In my project, I also use the SDFat library (SdFat-beta). I have noticed that in this last library the millis() and delay() function are used:
/** \return the time in milliseconds. */
inline SdMillis_t...