/HBridge

An Arduino simple library to drive a simple H bridge.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

This library provide a simple way to control a simple H bridge.
The circuit of the H bridge is in the base folder.
WARNING: this library may cause damage to bridges with diferent layout.

To use the library, conect two pwm pins of Arduino to the inputs pwmA and pwmB
of the bridge.

There is an example showing how to use the library in the examples folder.