Skip to content

computerist/Python_MD25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python_MD25

Robot-Electronics sell a convenient and easy to live with motor driver, the MD25. Python_MD25 provides a way to make use of this driver board from Python code.

Usage

You'll need the smbus package installed. Copy drive.py into your project directory and do something like the following:

import drive

md = drive.md25()
md.drive(100,100) #drives both motors at speed 100 using the default mode

About

Code for controlling an MD25 with python. E.g. with a Raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages