Skip to content

Commit 36d1e6a

Browse files
authored
Fix API reference intro (#165)
1 parent ce7c55a commit 36d1e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/TheThingsNetwork.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# API Reference
2-
Include and instantiate the TheThingsNetwork class. The constructor initialize the library with the Streams it should communicate with. It also sets the value of the spreading factor, the front-side Bus and the frequency plan.
2+
The `TheThingsNetwork` class enables Arduino devices with supported LoRa modules to communicate via The Things Network.
33

44
## Class: TheThingsNetwork
5+
Include and instantiate the TheThingsNetwork class. The constructor initialize the library with the Streams it should communicate with. It also sets the value of the spreading factor, the front-side Bus and the frequency plan.
56

67
```c
78
#include <TheThingsNetwork.h>

0 commit comments

Comments
 (0)