Problem is probably due to this:
https://github.com/micropython/micropyt ... /modtime.c
Assuming it uses mp_hal_delay_ms, this goes to:
https://github.com/micropython/micropyt ... phalport.c
and we have millisecond granularity. I guess they don't expect folks to use time.sleep() for under 1 ms timings.![Smile :)]()
https://github.com/micropython/micropyt ... /modtime.c
Assuming it uses mp_hal_delay_ms, this goes to:
https://github.com/micropython/micropyt ... phalport.c
and we have millisecond granularity. I guess they don't expect folks to use time.sleep() for under 1 ms timings.
Statistics: Posted by katak255 — Fri Nov 07, 2025 12:41 am