Python bindings to communicate with mBot
This library was loosely based on the https://github.com/xeecos/python-for-mbot library, but updated to Python 3 and stripping out all the multi-threading and multi-processing.
It currently only supports the mbot over bluetooth (pyserial) mode.
- Clone this repository
git clone https://github.com/realmadsci/mbotpy.git
- Use
pip
to install
pip install .