Skip to content

Commit

Permalink
Fix API reference intro (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkeZB authored Dec 13, 2016
1 parent ce7c55a commit 36d1e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/TheThingsNetwork.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# API Reference
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.
The `TheThingsNetwork` class enables Arduino devices with supported LoRa modules to communicate via The Things Network.

## Class: TheThingsNetwork
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.

```c
#include <TheThingsNetwork.h>
Expand Down

0 comments on commit 36d1e6a

Please sign in to comment.