Skip to content

Commit

Permalink
docs(ReadTheDocs): Tidy up parameter definitions of `CRSFforArduino(R…
Browse files Browse the repository at this point in the history
…xPin, TxPin)` constructor in `api.rst`
  • Loading branch information
ZZ-Cat committed Aug 13, 2023
1 parent 8b6a070 commit d17d685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ 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 d17d685

Please sign in to comment.