Python interface to control the Rehastim2.
To install the program run the following command in the main directory
python setup.py install
There are some dependencies. You can install them by running the following command :
- crccheck, colorama, pyserial and typing
pip install crccheck colorama pyserial typing
An example.py file will guide you on how to use this library.