Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kadir Özdinç <[email protected]>
  • Loading branch information
kadirozdinc authored Jul 27, 2023
1 parent a3fdf90 commit 6a784ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Initialize LoRa/LoRaWAN module. Must be called once in the Arduino setup block.
```c
void setup() {
// Setup loraid access
lora.init(); //bla bla
lora.init();
...
}
```
Expand Down

0 comments on commit 6a784ae

Please sign in to comment.