From d82d829712deeecfed6cae5b34b8f8feeaa2fd4f Mon Sep 17 00:00:00 2001 From: mathis_s Date: Thu, 26 Jun 2025 11:37:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 607c787..579e60d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # sinqmotor +THIS IS A CLONE OF THE "REAL" SINQMOTOR REPOSITORY AND CAN BE MODIFIED FREELY FOR TEACHING PURPOSES. + ## Overview This library offers base classes for EPICS motor drivers (`sinqAxis` and `sinqController`) of PSI SINQ. These classes are extensions of the classes `asynMotorAxis` and `asynMotorController` from the `asynMotor` framework (https://github.com/epics-modules/motor/tree/master/motorApp/MotorSrc) and bundle some common functionality.