The BITalino (r)evolution Python API provides the needed tools to interact with BITalino (r)evolution using Python.
- Python3.7 +
- NumPy
- pySerial
- PyBluez (Not needed for macOS)
Install bitalino API package from PyPI:
pip install bitalino
Or clone this repository and install using pip:
git clone https://github.com/BITalinoWorld/revolution-python-api.git
cd revolution-python-api
pip install .
A sample script is available at samples folder.
This project is licensed under the GNU GPL v3