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 9c82c30 commit 3a6575cCopy full SHA for 3a6575c
docs/readme.md
@@ -36,11 +36,13 @@ This library has been made to use it with the IoT Starter Kit Carrier
36
### MKRIoTCarrier
37
38
Constructor of the object
39
+
40
```cpp
41
MKRIoTCarrier yourName; //In the examples we name it as *carrier*
42
```
43
44
Intialization example sketch
45
46
47
#include <Arduino_MKRIoTCarrier.h>
48
MKRIoTCarrier carrier;
@@ -65,6 +67,7 @@ The chip select (CS) pin can be known with SD_CS
65
67
66
68
69
**Syntax Example**
70
71
72
73
0 commit comments