@@ -64,7 +64,7 @@ RX Delay 1: 1000
64
64
RX Delay 2: 2000
65
65
```
66
66
67
- See the [ DeviceInfo] ( .. /examples/DeviceInfo/DeviceInfo.ino) example.
67
+ See the [ DeviceInfo] ( https://github.com/TheThingsNetwork/arduino-device-lib/blob/master /examples/DeviceInfo/DeviceInfo.ino) example.
68
68
69
69
## Method: ` onMessage `
70
70
@@ -78,7 +78,7 @@ void onMessage(void (*cb)(const byte* payload, size_t length, port_t port));
78
78
- `size_t length`: Number of bytes.
79
79
- `port_t port`: The port addressed.
80
80
81
- See the [Receive](.. /examples/Receive/Receive.ino) example.
81
+ See the [Receive](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master /examples/Receive/Receive.ino) example.
82
82
83
83
## Method: `join`
84
84
@@ -115,7 +115,7 @@ Returns `true` or `false` depending on whether the activation was successful.
115
115
116
116
Call the method with no arguments if the device's LoRa module comes with pre-flashed values.
117
117
118
- See the [SendABP](.. /examples/SendABP/SendABP.ino) example.
118
+ See the [SendABP](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master /examples/SendABP/SendABP.ino) example.
119
119
120
120
## Method: `sendBytes`
121
121
@@ -138,7 +138,7 @@ Returns a success or error code and logs the related error message:
138
138
* ` TTN_SUCCESSFUL_RECEIVE ` : Successful transmission. Received \< N> bytes
139
139
* ` TTN_ERROR_UNEXPECTED_RESPONSE ` : Unexpected response: \< Response>
140
140
141
- See the [ SendOTAA] ( .. /examples/SendOTAA/SendOTAA.ino) example.
141
+ See the [ SendOTAA] ( https://github.com/TheThingsNetwork/arduino-device-lib/blob/master /examples/SendOTAA/SendOTAA.ino) example.
142
142
143
143
## Method: ` poll `
144
144
@@ -153,7 +153,7 @@ int8_t poll(port_t port = 1, bool confirm = false);
153
153
154
154
Returns the result of `sendBytes()`.
155
155
156
- See the [Receive](.. /examples/Receive/Receive.ino) example.
156
+ See the [Receive](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master /examples/Receive/Receive.ino) example.
157
157
158
158
## Method: `provision`
159
159
0 commit comments