charlch / HBridge

Arduino HBridge library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HBridge

Example:

#include <HBridge.h>

//Create the motor driver, setting it's pins
HBridge motor(1, 2);


//Drive the motor forward at 50%
motor.set_signal(0.5);

About

Arduino HBridge library


Languages

Language:C++ 100.0%