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).
看官方SDK文档,里面有介绍主函数功能,由于项目需要,需要快速执行代码,想把函数执行到主函数的循环里面,有无办法?
@adhliang
放在这里面就行,这个函数就是在库里面的main函数当中
@zr 不是main函数,是main里面的主循环while(1)里面,我想让程序不断的运行部分代码,中断一出来就运行,优先级要高而且要快;
@adhliang 可以看下文档中这个接口,但是优先级是最低的,或者你直接用定时器来实现