Modified communication protocol for MCU software 2.0

This commit is contained in:
2025-03-10 14:29:56 +01:00
parent d975af75a2
commit cf9899062a
4 changed files with 57 additions and 51 deletions

View File

@ -4,6 +4,8 @@
This is a driver for the masterMacs motion controller with the SINQ communication protocol. It is based on the sinqMotor shared library (https://git.psi.ch/sinq-epics-modules/sinqmotor). The header files contain detailed documentation for all public functions. The headers themselves are exported when building the library to allow other drivers to depend on this one.
Compatible to MasterMACS software 2.0.0.
## User guide
This driver is a standard sinqMotor-derived driver and does not need any specific configuration. For the general configuration, please see https://git.psi.ch/sinq-epics-modules/sinqmotor/-/blob/main/README.md.