diff --git a/README.md b/README.md index 9d95db0..219c402 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,6 @@ To use these scripts on Windows, prefix the Python 3 executable: C:/path/to/python3.exe C:/path/to/mastermacs_repo/utils/decodeStatus.py 1234 ``` -## Developer guide - ### Usage in IOC shell masterMacs exposes the following IOC shell functions (all in masterMacsController.cpp): @@ -87,6 +85,8 @@ dbLoadTemplate("$(TOP)/$(NAME).substitutions", "INSTR=$(INSTR)$(NAME):,CONTROLLE dbLoadRecords("$(masterMacs_DB)/asynRecord.db","P=$(INSTR)$(NAME),PORT=$(ASYN_PORT)") ``` +## Developer guide + ### Versioning Please see the documentation for the module sinqMotor: https://git.psi.ch/sinq-epics-modules/sinqmotor/-/blob/main/README.md.