l298n
no_std driver for L298N (Dual H-Bridge Motor Controller module)
Basic usage
Include this library as a dependency in your Cargo.toml:
version = "<version>"
Use embedded-hal implementation to get PINA, PINB and PWM and then create l298n single motor:
extern crate l298n;
let motor = new;
motoa.set_duty;
motor.brake;
Documentation
API Docs available on docs.rs