Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Witty-Wizard authored Apr 3, 2024
1 parent 052f593 commit 67f43e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To use the DriveMaster library in your Arduino projects, follow these installati
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:

```ini
lib_deps = Witty-Wizard/DriveMaster @ ^0.1.0
lib_deps = Witty-Wizard/DriveMaster @ ^0.0.1
```
## Tutorial {#tutorial}

Expand All @@ -67,7 +67,7 @@ Include the required library at the beginning of your sketch:
Create an instance of the DriveMaster class, specifying the pin connected to the motor:

```cpp
DriveMaster *motor = new DriveMaster(motorPin);
DriveMaster *motor = new dshot(motorPin);
```

3. **Initialize Motor Control**
Expand Down

0 comments on commit 67f43e6

Please sign in to comment.