We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072d3d2 commit 68144a1Copy full SHA for 68144a1
docs/TheThingsNetwork.md
@@ -144,3 +144,12 @@ float calculateAirtime(size_t payloadSize);
144
- `size_t payloadSize`: number of bytes you want to send.
145
146
Returns the uplink time of the message in seconds.
147
+
148
+## Method: sleep
149
+Sleep the LoRa module for a specified number of milliseconds.
150
151
+```c
152
+void sleep(unsigned long mseconds);
153
+```
154
155
+- `unsigned long mseconds`: number of milliseconds to sleep.
0 commit comments