labplus-cn / mpython

mpython掌控板文档和固件源码
MIT License
129 stars 54 forks source link

"ticks_us" is not defined #10

Closed GeGeLv closed 5 years ago

GeGeLv commented 5 years ago

"ticks_us" is not defined

tangliufeng commented 5 years ago

我说的是time模块里的ticks_us,你使用时,首先确保是否import time。

>>> import time >>> time.ticksus() 976825728 >>>_