hummingbird-dual-motor-driver

A dual motor driver for Birdbrain Technologies Hummingbird


License
MIT
Install
pip install hummingbird-dual-motor-driver==0.0.5

Documentation

Overview

docs Documentation Status
tests
package

A dual motor driver for Birdbrain Technologies Hummingbird

  • Free software: MIT license

Installation

pip install hummingbird-dual-motor-driver

You can also install the in-development version with:

pip install https://github.com/fmorton/hummingbird-dual-motor-driver/archive/main.zip

Documentation

https://hummingbird-dual-motor-driver.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox