mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
These MPHAL functions are intended to replace previously used HAL_Delay(), HAL_GetTick() to provide better naming and MPHAL separation (they are fully equivalent otherwise). Also, refactor extmod/modlwip to use them.