A python library for interacting with MoMo devices.
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)
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.