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
pipto install
pip install .