与master分支同步更改

This commit is contained in:
panrui
2022-12-29 16:53:10 +08:00
parent 3e312b0041
commit 390e168b46
25 changed files with 674 additions and 161 deletions

View File

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