Skip to content

Commit 8f3ea27

Browse files
authored
Update readme.md
Signed-off-by: Adrian <[email protected]>
1 parent c4da2ba commit 8f3ea27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ DirectCurrent pin[i] = { int input1, int input2, int dc };
3131
```ino
3232
DirectCurrent pin1 = { 1, 2, 3 };
3333
```
34+
35+
**Using DirectCurrent Motor Module**
36+
37+
```ino
38+
moveDirectCurrent(int i, int speed);
39+
```

0 commit comments

Comments
 (0)