Skip to content

Commit 00289ea

Browse files
committed
Added getVDD()
1 parent 89a4aa1 commit 00289ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/TheThingsNetwork.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,12 @@ Gets the demodulation margin as received in the last Link Check Answer frame.
209209
```c
210210
uint8_t getLinkCheckMargin();
211211
```
212+
213+
## Method: `getVDD`
214+
215+
Returns the voltage in millivolt (mV) measured by the RN2xxx LoRa module. It's for information only since we don't know how it's measured but looks like accurate.
216+
217+
```c
218+
uint16_t getVDD();
219+
```
220+

0 commit comments

Comments
 (0)