You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TheThingsNetwork.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,3 +209,12 @@ Gets the demodulation margin as received in the last Link Check Answer frame.
209
209
```c
210
210
uint8_tgetLinkCheckMargin();
211
211
```
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.
0 commit comments