Ameba MicroPython: [RTL8722CSM] [RTL8722DM] Time - 延迟和计时
材料准备
- Ameba x 1
范例说明
MicroPython 提供了很多函数来处理延迟和计时,以下是一些示例。
复制下面的代码至REP来观察结果。
import time time.sleep(1) # sleep for 1 second time.sleep_ms(500) # sleep for 500 milliseconds time.sleep_us(10) # sleep for 10 microseconds start = time.ticks_ms() # get millisecond counter
Realtek IoT/Wi-Fi MCU Solutions . All Rights Reserved. 使用条款