发布beta版本,目前基本功能都可用

This commit is contained in:
NeoZng
2022-12-11 14:59:45 +08:00
parent 37c23ddb79
commit 78cc27ee1a
19 changed files with 320 additions and 115 deletions

View File

@@ -20,7 +20,7 @@ typedef struct // HT04
float last_ecd;
float ecd;
float speed_rpm;
float given_current;
float real_current;
PIDInstance pid;
CANInstance *motor_can_instace;