We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf15aa commit 0caecfcCopy full SHA for 0caecfc
Trash_Panda/code.py
@@ -9,6 +9,7 @@
9
led.direction = Direction.OUTPUT
10
11
# TowerPro servos like 500/2500 pulsewidths, make the wings flap a full 180
12
+crickit.servo_1.set_pulse_width_range(min_pulse=500, max_pulse=2500)
13
crickit.servo_2.set_pulse_width_range(min_pulse=500, max_pulse=2500)
14
15
print("Its TRASH PANDA TIME!")
0 commit comments