Skip to content

Commit

Permalink
Merge pull request #230 from ch2i/master
Browse files Browse the repository at this point in the history
Added getVDD()
  • Loading branch information
johanstokking authored Mar 1, 2018
2 parents 89a4aa1 + 00289ea commit 20d6964
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/TheThingsNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,12 @@ Gets the demodulation margin as received in the last Link Check Answer frame.
```c
uint8_t getLinkCheckMargin();
```

## Method: `getVDD`

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.

```c
uint16_t getVDD();
```

0 comments on commit 20d6964

Please sign in to comment.