-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Update SVM4x driver from SVM4X model version 2.0.0"
- Loading branch information
Driver Generator 2
committed
Oct 19, 2023
1 parent
111d06b
commit af6b9ca
Showing
29 changed files
with
1,421 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ CHANGELOG | |
|
||
0.1.0 | ||
::::: | ||
- Initial release of SVM41 SHDLC driver | ||
- Initial release of SVM4X SHDLC driver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include CHANGELOG.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
API Documentation | ||
================= | ||
|
||
SVM41 | ||
===== | ||
SVM4X | ||
----- | ||
|
||
Svm41Device | ||
Svm4xDevice | ||
~~~~~~~~~~~ | ||
|
||
|
||
.. automodule:: sensirion_shdlc_svm41.device | ||
.. automodule:: sensirion_uart_svm4x.device | ||
|
||
Commands | ||
~~~~~~~~ | ||
|
||
.. automodule:: sensirion_shdlc_svm41.commands | ||
.. automodule:: sensirion_uart_svm4x.commands | ||
:exclude-members: __init__ | ||
|
||
|
||
Result Types | ||
~~~~~~~~~~~~ | ||
|
||
.. automodule:: sensirion_shdlc_svm41.result_types | ||
.. automodule:: sensirion_uart_svm4x.result_types | ||
:exclude-members: __init__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Build documentation | ||
=================== | ||
|
||
The documentation is built with `Sphinx <http://www.sphinx-doc.org>`_: | ||
|
||
.. code-block:: bash | ||
python setup.py install # Install package | ||
pip install -r docs/requirements.txt # Install requirements | ||
cd docs # Change to docs folder | ||
make html # Build documentation | ||
The generated documentation is located in docs/_build/html. |
Oops, something went wrong.