Pivot is a control system for a rotary switching mechanism. This repository contains both the Python control software and the Arduino firmware.
pivot/– Python packagearduino/– Arduino firmwareexamples/– Example usage scriptstests/– Python testsdocs/– Documentation
python -m venv .venv
.venv\Scripts\activate # On Windows
source .venv/bin/activate # On Mac/Linux
pip install -r requirements.txt