We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78e46b commit c9fa909Copy full SHA for c9fa909
docs/api.md
@@ -1,27 +1,27 @@
1
# MKR IoT Carrier library - TEST in-progress
2
3
## Class1
4
- ### `method1()`
5
- #### Syntax
+### `method1()`
+#### Syntax
6
7
- ```
8
- servo.attach(pin)
9
- servo.attach(pin, min, max)
10
+```
+servo.attach(pin)
+servo.attach(pin, min, max)
11
12
- #### Parameters
+#### Parameters
13
14
- * _servo_: a variable of type `Servo`
+* _servo_: a variable of type `Servo`
15
16
- #### Example
17
18
- #include <Servo.h>
19
+#### Example
+#include <Servo.h>
20
21
- #### See also
+#### See also
22
23
- * [test1()](#test1)
24
- * [test2()](#test2)
+* [test1()](#test1)
+* [test2()](#test2)
25
26
## Class2
27
0 commit comments