Skip to content

Commit

Permalink
update docs w new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Aug 21, 2023
1 parent 1b3fc47 commit c3c31d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,21 @@ Create a simple desktop Python (CPython) OSC UDP Server to receive OSC Messages
.. literalinclude:: ../examples/microosc_simpletest_cpython.py
:caption: examples/microosc_simpletest_cpython.py
:linenos:

Simple send
-----------

Create a simple CircuitPython OSC UDP Client to send OSC Messages

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

Simple send CPython
-------------------

Create a simple desktop Python (CPython) OSC UDP Client to send OSC Messages

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

0 comments on commit c3c31d3

Please sign in to comment.