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).
while True: for i in range(0, 8): servo.position(i, 0) time.sleep_ms(500) for i in range(0, 8): servo.position(i, 180) time.sleep_ms(500)
你的舵机使用的是180度的舵机?