更改前

This commit is contained in:
2021-12-14 14:52:29 +08:00
parent b101e74763
commit 2df12d4e5c
10 changed files with 105 additions and 36 deletions

View File

@ -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;