mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
15 lines
259 B
C
15 lines
259 B
C
|
|
#ifndef VMC_PROJECT_H
|
||
|
|
#define VMC_PROJECT_H
|
||
|
|
|
||
|
|
#include "stm32f407xx.h"
|
||
|
|
#include "arm_math.h"
|
||
|
|
#include "math.h"
|
||
|
|
#include "general_def.h"
|
||
|
|
|
||
|
|
// 将五连杆和直杆的vmc映射放在此处,方便修改和调试,balance.c不会太长
|
||
|
|
#endif // !VMC_PROJECT_H
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|