diff options
| -rw-r--r-- | doc/SMV2Protocol.png | bin | 0 -> 490470 bytes | |||
| -rw-r--r-- | simplemotion_defs.h | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/SMV2Protocol.png b/doc/SMV2Protocol.png Binary files differnew file mode 100644 index 0000000..7325afc --- /dev/null +++ b/doc/SMV2Protocol.png diff --git a/simplemotion_defs.h b/simplemotion_defs.h index c6275e5..9f79663 100644 --- a/simplemotion_defs.h +++ b/simplemotion_defs.h @@ -295,6 +295,8 @@ #define MOTOR_AC_VECTOR_2PHA 2 /*2 phase ac or bldc */
//3 phase AC motor
#define MOTOR_AC_VECTOR 3 /*3 phase ac or bldc */
+ //2 phase stepper
+ #define MOTOR_STEPPER_2PHA 4 /*2 phase stepper */
//for drive internal use only:
#define _MOTOR_LAST 7
|
