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. 使用條款