mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
重构bsp层,bsp层将和HAL的配置一致,修改CubeMX之后不需要修改bsp。重构bmi088。
This commit is contained in:
10
bsp/log/bsp_log.h
Normal file
10
bsp/log/bsp_log.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _BSP_LOG_H
|
||||
#define _BSP_LOG_H
|
||||
|
||||
void BSPLogInit();
|
||||
|
||||
int PrintLog(const char *fmt, ...);
|
||||
|
||||
void Float2Str(char *str, float va);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user