https://github.com/witty-wizard/drivemaster
The DriveMaster library provides support for controlling various motor drivers.
https://github.com/witty-wizard/drivemaster
arduino dshot esp32 hbridge
Last synced: about 2 months ago
JSON representation
The DriveMaster library provides support for controlling various motor drivers.
- Host: GitHub
- URL: https://github.com/witty-wizard/drivemaster
- Owner: Witty-Wizard
- License: gpl-3.0
- Created: 2024-03-16T10:47:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T06:06:01.000Z (about 2 months ago)
- Last Synced: 2025-04-14T01:15:16.349Z (about 2 months ago)
- Topics: arduino, dshot, esp32, hbridge
- Language: C++
- Homepage: http://drivemaster.wittywizard.in
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DriveMaster Library
The DriveMaster library provides comprehensive support for controlling various motor drivers and managing motor configurations in Arduino projects.
# Overview
DriveMaster is a library designed to simplify motor control and configuration in Arduino-based projects. It offers a modular and flexible architecture to accommodate a wide range of motor protocol.
## Supported Protocol
- **DShot150**
- **DShot300**## Installation
To use the DriveMaster library in your Arduino projects, you can install it via PlatformIO or the Arduino Library Manager.
### PlatformIO
Add the following line to your `platformio.ini` file:
```ini
lib_deps = Witty-Wizard/DriveMaster