Skip to content

Commit 3a6575c

Browse files
authored
Test for Arduino Reference
Breaks after code snippets
1 parent 9c82c30 commit 3a6575c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ This library has been made to use it with the IoT Starter Kit Carrier
3636
### MKRIoTCarrier
3737

3838
Constructor of the object
39+
3940
```cpp
4041
MKRIoTCarrier yourName; //In the examples we name it as *carrier*
4142
```
4243

4344
Intialization example sketch
45+
4446
```
4547
#include <Arduino_MKRIoTCarrier.h>
4648
MKRIoTCarrier carrier;
@@ -65,6 +67,7 @@ The chip select (CS) pin can be known with SD_CS
6567

6668

6769
**Syntax Example**
70+
6871
```cpp
6972
#include <Arduino_MKRIoTCarrier.h>
7073
MKRIoTCarrier carrier;

0 commit comments

Comments
 (0)