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

arduino dshot esp32 hbridge

Last synced: about 2 months ago
JSON representation

The DriveMaster library provides support for controlling various motor drivers.

Awesome Lists containing this project

README

        


GitHub Release
Arduino_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