Skip to content

Commit

Permalink
Simplify dio pin descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Swoboda committed Dec 28, 2024
1 parent 47aba02 commit df4450a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/sx127x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ Configuration variables:

- **rst_pin** (**Required**, :ref:`Pin Schema <config-pin_schema>`): Reset pin.
- **nss_pin** (**Required**, :ref:`Pin Schema <config-pin_schema>`): SPI select pin.
- **dio0_pin** (**Optional**, :ref:`Pin Schema <config-pin_schema>`): Digital IO pin 0, only required in
packet mode.
- **dio2_pin** (**Optional**, :ref:`Pin Schema <config-pin_schema>`): Digital IO pin 2, only required for
FSK debug.
- **dio0_pin** (**Optional**, :ref:`Pin Schema <config-pin_schema>`): Digital IO pin 0.
- **dio2_pin** (**Optional**, :ref:`Pin Schema <config-pin_schema>`): Digital IO pin 2.
- **frequency** (**Required**, int): Frequency in Hz of the transceiver.
- **modulation** (**Required**, enum): Modulation can be ``OOK`` or ``FSK``.
- **payload_length** (**Optional**, int): If greater than zero packet mode is enabled, otherwise
Expand Down

0 comments on commit df4450a

Please sign in to comment.