Skip to content

Commit 2a88d9f

Browse files
authored
Update readme.md
Signed-off-by: Adrian <[email protected]>
1 parent c50065b commit 2a88d9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ DirectCurrentConfig pin[i] = { int input1, int input2, int dc }
2828
* `input2` IN2 Pin
2929
* `dc` DC Pin
3030
31-
Example
31+
**Example**
32+
33+
```ino
34+
DirectCurrentConfig pin1 = { 1, 2, 3 };
35+
```

0 commit comments

Comments
 (0)