forgot a line

This commit is contained in:
ladyada 2018-07-08 21:31:58 -04:00
parent adf15aadc0
commit 0caecfca5b

View file

@ -9,6 +9,7 @@ led = DigitalInOut(board.D13)
led.direction = Direction.OUTPUT
# TowerPro servos like 500/2500 pulsewidths, make the wings flap a full 180
crickit.servo_1.set_pulse_width_range(min_pulse=500, max_pulse=2500)
crickit.servo_2.set_pulse_width_range(min_pulse=500, max_pulse=2500)
print("Its TRASH PANDA TIME!")