mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
C2: Add Ethernet message support
This commit is contained in:
committed by
Kyle Schwarz
parent
87f45e060e
commit
9ae3e115fc
@@ -49,3 +49,27 @@ LIN Transmit
|
||||
|
||||
.. literalinclude:: ../../examples/c2/lin_transmit/src/main.c
|
||||
:language: c
|
||||
|
||||
Ethernet Transmit
|
||||
=================
|
||||
|
||||
:download:`Download example <../../examples/c2/ethernet_transmit/src/main.c>`
|
||||
|
||||
.. literalinclude:: ../../examples/c2/ethernet_transmit/src/main.c
|
||||
:language: c
|
||||
|
||||
Ethernet Receive
|
||||
================
|
||||
|
||||
:download:`Download example <../../examples/c2/ethernet_receive/src/main.c>`
|
||||
|
||||
.. literalinclude:: ../../examples/c2/ethernet_receive/src/main.c
|
||||
:language: c
|
||||
|
||||
T1S Loopback
|
||||
============
|
||||
|
||||
:download:`Download example <../../examples/c2/t1s_loopback/src/main.c>`
|
||||
|
||||
.. literalinclude:: ../../examples/c2/t1s_loopback/src/main.c
|
||||
:language: c
|
||||
|
||||
@@ -92,6 +92,14 @@ SPI Example for 10BASE-T1S
|
||||
.. literalinclude:: ../../examples/python/spi/spi_example.py
|
||||
:language: python
|
||||
|
||||
10BASE-T1S Settings Configuration
|
||||
=================================
|
||||
|
||||
:download:`Download example <../../examples/python/t1s/t1s_settings.py>`
|
||||
|
||||
.. literalinclude:: ../../examples/python/t1s/t1s_settings.py
|
||||
:language: python
|
||||
|
||||
Analog Output Control
|
||||
=====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user