Image path CANBUS update to absolute paths (#4346)

This commit is contained in:
Meijer 2024-11-09 16:51:21 +01:00 committed by GitHub
parent afb0acbaab
commit 9114931835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -69,13 +69,13 @@ use a voltage divider here instead.
.. figure:: images/canbus_esp32_5v.png
:align: center
:target: ../_images/canbus_esp32_5v.png
:target: /_images/canbus_esp32_5v.png
If you prefer to only have a 3.3V power supply, special 3.3V CAN transceivers are available.
.. figure:: images/canbus_esp32_3v3.png
:align: center
:target: ../_images/canbus_esp32_3v3.png
:target: /_images/canbus_esp32_3v3.png
See Also
--------

View File

@ -63,13 +63,13 @@ and CS out of specification which is rarely a problem.
.. figure:: images/canbus_mcp2515_resistor.png
:align: center
:target: ../_images/canbus_mcp2515_resistor.png
:target: /_images/canbus_mcp2515_resistor.png
A more complex option is to properly convert the 3.3V and 5V logic levels with a level shifter.
.. figure:: images/canbus_mcp2515_txs0108e.png
:align: center
:target: ../_images/canbus_mcp2515_txs0108e.png
:target: /_images/canbus_mcp2515_txs0108e.png
See Also
--------