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).
pca拓展版不能同时控制两个舵机同时旋转么?注意是同时旋转,不是先后旋转
舵机控制的是位置,你得在循环里面调用。
for 角度 in range(90) 舵机1.angle(角度) 舵机2.angle(角度) time.sleep_ms(10)