Skip to content

Commit 7a1a5c4

Browse files
committed
add api doc
1 parent b2826a4 commit 7a1a5c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lora/API.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,18 @@ LoRa.enableCrc();
302302
LoRa.disableCrc();
303303
```
304304

305+
### iqInverted
306+
307+
Enable or disable iqInverted for TX/RX
308+
309+
```arduino
310+
LoRa.disableInvertIQ();
311+
LoRa.enableInvertIQ();
312+
LoRa.enableTxInvertIQ();
313+
LoRa.enableRxInvertIQ();
314+
315+
```
316+
305317
## Other functions
306318

307319
### Random

0 commit comments

Comments
 (0)