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).
# Servo Control Example # # This example shows how to use your OpenMV Cam to control servos. import time from pyb import Servo s1 = Servo(1) # P7 s2 = Servo(2) # P8 while(True): s1.angle(-60, 1500)
不会卡死,只不过没有现象
点绿色的三角不变成x号,在点就中间弹窗忙碌中
@18247438581 在 运行代码就卡死 中说:
色的三角不变成x号,在点就中间弹窗忙碌中
运行例程可以运行
s1.angle(-60, 1500)
是这个的问题