Skip to content

Commit

Permalink
update documentation for esp32_can (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its authored Aug 29, 2024
1 parent 30637b1 commit 24bfb50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/canbus/esp32_can.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Configuration variables:

- **rx_pin** (**Required**, :ref:`Pin <config-pin>`): Receive pin.
- **tx_pin** (**Required**, :ref:`Pin <config-pin>`): Transmit pin.
- **rx_queue_len** (**Optional**, int): Length of RX queue.
- **tx_queue_len** (**Optional**, int): Length of TX queue, 0 to disable.
- All other options from :ref:`Canbus <config-canbus>`.

.. _esp32-can-bit-rate:
Expand Down

0 comments on commit 24bfb50

Please sign in to comment.