FastCS support for Micro4 controller of UltraMircoPumpIII syringe pump.
This is where you should write a short paragraph that describes what your module does, how it does it, and why people should use it.
| Source | https://github.com/DiamondLightSource/fastcs-wpi-micro4 |
|---|---|
| PyPI | pip install fastcs-wpi-micro4 |
| Docker | docker run ghcr.io/diamondlightsource/fastcs-wpi-micro4:latest |
| Documentation | https://diamondlightsource.github.io/fastcs-wpi-micro4 |
| Releases | https://github.com/DiamondLightSource/fastcs-wpi-micro4/releases |
This is where you should put some images or code snippets that illustrate some relevant examples. If it is a library then you might put some introductory code here:
from fastcs_wpi_micro4 import __version__
print(f"Hello fastcs_wpi_micro4 {__version__}")Or if it is a commandline tool then you might put some example commands here:
python -m fastcs_wpi_micro4 --version
See https://diamondlightsource.github.io/fastcs-wpi-micro4 for more detailed documentation.