mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
1a6279ba37
Do NOT use `mp_hal_delay_us()` for short delays. This was initially done to make short delays precise, but it does not allow for scheduling. Leave using `mp_hal_delay_us()` to user code if needed. Signed-off-by: robert-hh <robert@hammelrath.com>