Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我想单独循环几行代码一分钟 可以用什么函数写吗
https://forum.singtown.com/topic/5276/请问怎么用openmv写识别到人脸的时间到没有人脸的时间呢/7
import pyb start = pyb.millis() while(True): if pyb.millis() - start<60*1000: print("一直循环60秒")