File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: MIT
4
4
5
5
"""
6
- interface for connecting together multiple NeoTrellis boards.
6
+ Interface for connecting together multiple NeoTrellis boards.
7
7
"""
8
8
9
9
# imports
Original file line number Diff line number Diff line change @@ -6,3 +6,12 @@ Ensure your device works with this simple test.
6
6
.. literalinclude :: ../examples/neotrellis_simpletest.py
7
7
:caption: examples/neotrellis_simpletest.py
8
8
:linenos:
9
+
10
+ MultiTrellis test
11
+ ------------------
12
+
13
+ The multitrellis submodule helps manage multiple trellis as one.
14
+
15
+ .. literalinclude :: ../examples/neotrellis_multitrellis_simpletest.py
16
+ :caption: examples/neotrellis_multitrellis_simpletest.py
17
+ :linenos:
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Table of Contents
11
11
12
12
.. toctree ::
13
13
:caption: Examples
14
+ :maxdepth: 3
14
15
15
16
examples
16
17
You can’t perform that action at this time.
0 commit comments