summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2022-03-01 11:40:22 +0100
committerDamien George <damien@micropython.org>2022-05-04 10:22:09 +1000
commit8aa79c95bd3960763c94e0ea9e43e2e6bfd20a74 (patch)
treef6b85c6db6d650dae4a4422640356c2dc412fd89 /py
parentc90f097519c7342a128848bf9dc5b38ba75d4222 (diff)
downloadmicropython-8aa79c95bd3960763c94e0ea9e43e2e6bfd20a74.tar.gz
micropython-8aa79c95bd3960763c94e0ea9e43e2e6bfd20a74.zip
windows: Consolidate all sleep-related functions into windows_mphal.c.
Replace the timer-based sleep with the standard win32 call since the former has no benefits: even though it allows specifying the time in 100uSec chunks, the actual resolution is still limited by the OS and is never better than 1mSec. For clarity move all of this next to the mp_hal_delay_ms definition so all related functions are in one place.
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions