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