Docs: Python: Add SPI example

This commit is contained in:
Bryant Jones
2025-11-20 17:08:30 -05:00
committed by Kyle Schwarz
parent fedb4b88f3
commit 7b5b94d980
2 changed files with 142 additions and 0 deletions
+8
View File
@@ -74,3 +74,11 @@ Device Firmware/Chip Versions
.. literalinclude:: ../../examples/python/device/chip_versions.py
:language: python
SPI Example for 10BASE-T1S
=============================
:download:`Download example <../../examples/python/spi/spi_example.py>`
.. literalinclude:: ../../examples/python/spi/spi_example.py
:language: python