This is a template Python project with Sphinx documentation. Measurement-System based on RaspberryPi 5 hardware.
- Measurements: DAQ-Hats (Digilent MCC Series) and RPi IOs
- Visualization: ComVisu
Please check the pre-requisites documentation.
Use Hatch to...
- ...install environment:
hatch env create - ...run pre-commit:
hatch run fix - ...create docs:
hatch run docs - ...run:
hatch run measurement-system
Check pyproject.toml for more scripts in section [tool.hatch.envs.default.scripts]
Use any hatch command to sync dependencies.