Skip to content

Commit 63c8b39

Browse files
authored
Update TheThingsNetwork.md
1 parent 4fad92b commit 63c8b39

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
@@ -175,3 +175,12 @@ void sleep(unsigned long mseconds);
175175
```
176176
177177
- `unsigned long mseconds`: number of milliseconds to sleep.
178+
179+
## Method: `wake`
180+
181+
Wake up the LoRa module from sleep before the expiration of the defined time.
182+
183+
```c
184+
void wake();
185+
```
186+

0 commit comments

Comments
 (0)