Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.32 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.32 KB

Travis Build Status Windows Build Status PyPI version

pymomo

A python library for interacting with MoMo devices.

Installation

pip install pymomo

To build MoMo firmware you must also install SCons* and two Microchip compilers - XC8 and XC16

  • On Mac OSX you may need to add the environment variable export PYTHONPATH=/usr/local/lib/scons-2.3.4 (or similar if you installed a different version or in a different location) to your shell initialization script (i.e. ~/.bashrc)

Copyright and license

Code and documentation copyright 2015 WellDone International. The pymomo library is released under the LGPLv3 Open Source license. See the LICENSE file.

Pymomo embeds version 1.5 of the intelhex package. The intelhex code retains its original BSD license, which allows for embedded redistribution.