Skip to content

Commit 7c0c686

Browse files
authored
Update readme.md
Signed-off-by: Adrian <[email protected]>
1 parent 57fb39f commit 7c0c686

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

readme.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,3 @@
11
# Engine Control
22

33
[![](https://img.shields.io/badge/Available_in_the_Arduino_Library_Manager-2ea44f)](https://downloads.arduino.cc/libraries/logs/github.com/Arduino-Library-Collection/Engine-Control/)
4-
5-
## Get Started
6-
7-
[![](https://img.shields.io/badge/Visit_the-Wiki-2ea44f?logo=github)](https://github.com/Arduino-Library-Collection/Engine-Control/wiki)
8-
9-
### Functions and Variables
10-
11-
```ino
12-
engine_control(int pin, int engine_id, int mode, int speed);
13-
```
14-
15-
#### `pin → Int`
16-
`ⓘ required`
17-
18-
DC Motor Input Pin
19-
20-
#### `engine_id → Int`
21-
`ⓘ required`
22-
23-
DC Motor Pin
24-
25-
#### `mode → Int`
26-
`ⓘ required`
27-
28-
`Values`
29-
30-
- `0` Disables the Engine
31-
- `1` Enables the Engine
32-
33-
#### `speed → Int`
34-
`ⓘ optional`
35-
36-
`Min. Value`
37-
38-
- `0`
39-
40-
`Max. Value`
41-
42-
- `240`
43-
44-
Speed of the rotation

0 commit comments

Comments
 (0)