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).
请问可以设置openmv以一定的时间间隔发送数据吗?希望可以实现arduino和openmv的实时通讯
直接延时就行呗
while True: 发送数据 time.sleep(1000)