mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
更改前
This commit is contained in:
@ -39,9 +39,9 @@ typedef struct tagControllerParams
|
||||
float spd = 64000; //velocity
|
||||
float acc = 100000; //acceleration
|
||||
float dec = 100000; //deceleration
|
||||
float cra; //acc state current
|
||||
float crn; //normal state current
|
||||
float crh; //hold state current
|
||||
float cra = (float)0.8; //acc state current
|
||||
float crn = (float)0.8; //normal state current
|
||||
float crh = (float)0.8; //hold state current
|
||||
ZZ_U8 s1f;
|
||||
ZZ_U8 s1r;
|
||||
ZZ_U8 s2f;
|
||||
|
Reference in New Issue
Block a user