An open API service indexing awesome lists of open source software.

https://github.com/jmsv/l293d

Python module to drive DC motors from a Raspberry Pi using the L293D chip
https://github.com/jmsv/l293d

dc-motor driver-chip hacktoberfest ic jmsv l293d pypi python python-library raspberry-pi

Last synced: 2 months ago
JSON representation

Python module to drive DC motors from a Raspberry Pi using the L293D chip

Awesome Lists containing this project

README

        

# [L293D driver](https://jmsv.github.io/l293d/)
*Python module to drive DC motors from a Raspberry Pi using the L293D chip*

[![PyPI version](https://badge.fury.io/py/l293d.svg)](https://badge.fury.io/py/l293d)
[![Python versions](https://img.shields.io/pypi/pyversions/l293d.svg)](https://pypi.python.org/pypi/l293d)
[![Build Status](https://travis-ci.org/jmsv/l293d.svg?branch=master)](https://travis-ci.org/jmsv/l293d)
[![Documentation Status](https://readthedocs.org/projects/l293d/badge/?version=latest)](http://l293d.readthedocs.io/en/latest/?badge=latest)
[![Requirements Status](https://requires.io/github/jmsv/l293d/requirements.svg?branch=master)](https://requires.io/github/jmsv/l293d/requirements/?branch=master)
[![Contributors](https://img.shields.io/github/contributors/jmsv/l293d.svg)](https://github.com/jmsv/l293d/graphs/contributors)
[![Wheel Support](https://img.shields.io/pypi/wheel/l293d.svg)](https://pypi.python.org/pypi/l293d)

---

- This README was formerly used as the complete l293d documentation -
it has now been moved to [l293d.readthedocs.io](http://l293d.readthedocs.io/en/latest/)

- If you have any ideas, suggestions or problems, please
[open an issue](https://github.com/jmsv/l293d/issues/new).