You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the DriveMaster library in your Arduino projects, follow these installation steps:
39
39
@@ -43,16 +43,16 @@ To use the DriveMaster library in your Arduino projects, follow these installati
43
43
4. Restart the Arduino IDE.
44
44
5. You should now be able to include the DriveMaster library in your Arduino sketches.
45
45
46
-
## PlatformIO Installation
46
+
###PlatformIO Installation
47
47
48
48
If you are using PlatformIO, you can install the DriveMaster library directly from the PlatformIO Library Manager. Add the following line to your `platformio.ini` file:
49
49
50
50
```ini
51
51
lib_deps = Witty-Wizard/DriveMaster @ ^0.1.0
52
52
```
53
-
# Tutorial {#tutorial}
53
+
##Tutorial {#tutorial}
54
54
55
-
## Using DriveMaster Library for Motor Control
55
+
###Using DriveMaster Library for Motor Control
56
56
57
57
To control motors in your Arduino project using the DriveMaster library, follow these steps:
0 commit comments