Files
micropython/ports
robert-hh 1a6279ba37 samd/mphalport: Simplify mp_hal_delay_ms().
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>
2024-09-06 17:43:49 +10:00
..
2024-03-07 16:25:17 +11:00
2024-09-06 11:08:39 +10:00
2024-08-29 23:47:55 +10:00