from time.monotonic_ns(): "Return the time of the monotonic clock, which cannot go backward, in nanoseconds. Not available on boards without long integer support. Only use it to compare against other values from time.monotonic() during a single code run." Should say from time.monotonic_ns()?
from time.monotonic_ns(): "Return the time of the monotonic clock, which cannot go backward, in nanoseconds. Not available on boards without long integer support. Only use it to compare against other values from time.monotonic() during a single code run." Should say from time.monotonic_ns()?