mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
增加了spi的bsp支持
This commit is contained in:
@@ -317,7 +317,7 @@ uint8_t bmi088_gyro_init(void)
|
||||
|
||||
void BMI088_Read(IMU_Data_t *bmi088)
|
||||
{
|
||||
static uint8_t buf[8] = {0, 0, 0, 0, 0, 0};
|
||||
static uint8_t buf[8] = {0};
|
||||
static int16_t bmi088_raw_temp;
|
||||
static float dt = 1.0;
|
||||
static uint8_t first_read_flag = 0;
|
||||
|
||||
Reference in New Issue
Block a user