Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


GitHub Release
Arduino_CI
Doxygen CI
Doxygen
GitHub License

# 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