Skip to content

Commit 20d6964

Browse files
Merge pull request #230 from ch2i/master
Added getVDD()
2 parents 89a4aa1 + 00289ea commit 20d6964

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)