File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
doc/connectivity/lora_lorawan Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ API Reference
95
95
LoRa PHY
96
96
========
97
97
98
- .. doxygengroup :: lora_api
98
+ .. doxygengroup :: lora_interface
99
99
100
100
LoRaWAN
101
101
=======
Original file line number Diff line number Diff line change 15
15
/**
16
16
* @file
17
17
* @brief Public LoRa APIs
18
- * @defgroup lora_api LoRa APIs
18
+ * @defgroup lora_interface LoRa
19
19
* @since 2.2
20
20
* @version 0.1.0
21
21
* @ingroup io_interfaces
Original file line number Diff line number Diff line change 1
1
.. zephyr :code-sample :: lora-receive
2
2
:name: LoRa receive
3
- :relevant-api: lora_api
3
+ :relevant-api: lora_interface
4
4
5
5
Receive packets in both synchronous and asynchronous mode using the LoRa
6
6
radio.
Original file line number Diff line number Diff line change 1
1
.. zephyr :code-sample :: lora-send
2
2
:name: LoRa send
3
- :relevant-api: lora_api
3
+ :relevant-api: lora_interface
4
4
5
5
Transmit a preconfigured payload every second using the LoRa radio.
6
6
You can’t perform that action at this time.
0 commit comments