Skip to content

Commit

Permalink
docs(ReadTheDocs): Fix line continuation in api.rst.
Browse files Browse the repository at this point in the history
Take 2.
  • Loading branch information
ZZ-Cat committed Aug 13, 2023
1 parent d17d685 commit c81be9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Information regarding the API of CRSF for Arduino is coming soon.
.. function:: CRSFforArduino::CRSFforArduino(uint8_t RxPin, uint8_t TxPin)

Constructor with pin numbers.
| :var:`RxPin` is the UART Rx pin that the Tx pin of your receiver is connected to.
| :var:`TxPin` is the UART Tx pin that the Rx pin of your receiver is connected to.

| :var:`RxPin` is the UART Rx pin that the Tx pin of your receiver is connected to.
| :var:`TxPin` is the UART Tx pin that the Rx pin of your receiver is connected to.

0 comments on commit c81be9d

Please sign in to comment.