Skip to content

adding examples to RTD #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,21 @@ Ensure your device works with this simple test.
:caption: examples/pca9685_simpletest.py
:linenos:

Calibration Example
---------------------

This advanced example can be used to compute a more precise reference_clock_speed. Use an
oscilloscope or logic analyzer to measure the signal frequency and type the results into the
prompts.

.. literalinclude:: ../examples/pca9685_calibration.py
:caption: examples/pca9685_calibration.py
:linenos:

Servo Example
--------------
Example to show the library using a servo

.. literalinclude:: ../examples/pca9685_servo.py
:caption: examples/pca9685_servo.py
:linenos: