Arduino DRV8833 Motor Controller Library  0.2
An object for the control of motors using the TI DRV8833 dual H-bridge motor driver IC
Arduino DRV8833 Motor Controller Library Documentation

Introduction

A (very small)library for use with the Arduino environment, containing an object for the control of motors using the TI DRV8833 dual H-bridge motor driver IC. This library contains only a single class, Motor. This object contains methods to start, stop, and set the speed and direction of a single motor. A single DRV8833 IC can control up to two motors, in which case two Motor objects would be used.

Installation

Simply download the latest archive and extract the contents to your "libraries" directory. For further instruction on the use of Arduino libraries, see the Libraries section of the Arduino Getting Started Guide.

License

The Arduino DRV8833 Motor Controller Library is licensed under a Revised BSD License. See the included license.txt for details. Note that by using this software you agree to the terms of the license.