We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7cddb5 + f10fd35 commit d2b07bcCopy full SHA for d2b07bc
README.rst
@@ -48,7 +48,7 @@ In most cases you just need a couple of imports.
48
49
# Change servo settings.
50
crickit.servo_1.actuation_range = 135
51
- crickit.servo_1.set_pulse_widths(min_pulse=850, max_pulse=2100)
+ crickit.servo_1.set_pulse_width_range(min_pulse=850, max_pulse=2100)
52
53
# You can assign a device to a variable to get a shorter name.
54
servo_2 = crickit.servo_2
examples/crickit_multi_example.py
@@ -11,7 +11,7 @@
11
12
13
14
-crickit.servo_1.set_pulse_widths(min_pulse=850, max_pulse=2100)
+crickit.servo_1.set_pulse_width_range(min_pulse=850, max_pulse=2100)
15
16
17
0 commit comments