Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/witty-wizard/drivemaster
The DriveMaster library provides support for controlling various motor drivers.
https://github.com/witty-wizard/drivemaster
dshot
Last synced: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T17:12:54.000Z (6 months ago)
- Last Synced: 2024-07-06T18:28:39.153Z (6 months ago)
- Topics: dshot
- Language: C++
- Homepage: https://witty-wizard.github.io/DriveMaster/
- Size: 371 KB
- Stars: 2
- 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