Bindings: Python: Add get_chip_versions

This commit is contained in:
Kyle Schwarz
2025-10-09 22:51:18 -04:00
parent 495632ddb7
commit 5d672d48d4
7 changed files with 199 additions and 0 deletions
+8
View File
@@ -66,3 +66,11 @@ Complete Ethernet Example
.. literalinclude:: ../../examples/python/ethernet/ethernet_complete_example.py
:language: python
Device Firmware/Chip Versions
=============================
:download:`Download example <../../examples/python/device/chip_versions.py>`
.. literalinclude:: ../../examples/python/device/chip_versions.py
:language: python