File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments