Skip to content

bobbyluig/pymaestro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymaestro

A work in progress Python port of the Pololu Maestro USB SDK with a fully functional bytecode compiler.

Features

pymaestro can be used as a drop in replacement for the Pololu Meastro USB SDK. THe only major caveat is that driver support is limited to those that are supported by PyUSB. On Windows, the native Pololu Maestro driver is not compatible with PyUSB. The native driver needs to be replaced with libusb-win32 (although others might work as well). This can be done easily with software such as zadig.

Most features of the Usc class are implemented. Saving configuration files to xml is currently not supported, although it is planned in the next release.

Usage

About

Pololu Maestro USB SDK in pure Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages