diff --git a/Docs/index.md b/Docs/index.md index 38e5d2d..a01a88e 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -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); ``` diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..de44b48 --- /dev/null +++ b/library.properties @@ -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 +license=GPL-3.0-only +frameworks=arduino +platforms=espressif32 +architectures=* \ No newline at end of file