Skip to content

Commit 8115aee

Browse files
committed
updated dox for new filenames and new demo
1 parent f0a1b0a commit 8115aee

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/examples.rst

+11-7
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@ Simple tests
33

44
Ensure your device works with this simple test.
55

6-
.. literalinclude:: ../examples/motor_dc_motor.py
7-
:caption: examples/motor_dc_motor.py
6+
.. literalinclude:: ../examples/motor_servo_sweep.py
7+
:caption: examplesmotor_servo_sweep.py
88
:linenos:
99

10-
.. literalinclude:: ../examples/motor_stepper_motor.py
11-
:caption: examples/motor_stepper_motor.py
10+
.. literalinclude:: ../examples/motor_pca9685_dc_motor.py
11+
:caption: examples/motor_pca9685_dc_motor.py
1212
:linenos:
1313

14-
.. literalinclude:: ../examples/motor_servo_sweep.py
15-
:caption: examples/motor_servo_sweep.py
14+
.. literalinclude:: ../examples/motor_pca9685_stepper_motor.py
15+
:caption: examples/motor_pca9685_stepper_motor.py
16+
:linenos:
17+
18+
.. literalinclude:: ../examples/motor_pca9685_servo_sweep.py
19+
:caption: examples/motor_pca9685_servo_sweep.py
1620
:linenos:
1721

1822
.. literalinclude:: ../examples/motor_continuous_servo.py
19-
:caption: examples/motor_continuous_servo.py
23+
:caption: examples/motor_pca9685_continuous_servo.py
2024
:linenos:

0 commit comments

Comments
 (0)