Skip to content

Commit

Permalink
added libary.properties for arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankmarch27 committed Mar 23, 2024
1 parent d622fd2 commit db20e92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion Docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ 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
Copy code
DriveMaster *motor = new DriveMaster(motorPin);
```

Expand Down
13 changes: 13 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name=DriveMaster
version=0.0.1
category=Communication
sentence=RC protocol
paragraph=A common library that can generate ESC signals
keywords=esp32,dshot,esc,motor
url=https://github.com/Witty-Wizard/DriveMaster
author=Witty Wizard
maintainer=Witty Wizard <shashankmarch27@gmail.com>
license=GPL-3.0-only
frameworks=arduino
platforms=espressif32
architectures=*

0 comments on commit db20e92

Please sign in to comment.