generated from Template/H563ZI-HAL-CMake-Template
gps parse successful
This commit is contained in:
@@ -65,7 +65,7 @@ extern TX_QUEUE im948_uart_rx_queue;
|
||||
void imu_angle_ble_task_entry(ULONG thread_input)
|
||||
{
|
||||
ULONG rx_data;
|
||||
|
||||
BleMessage msg;
|
||||
// <20><>ʼ<EFBFBD><CABC>ģ<EFBFBD><C4A3>
|
||||
// IM948_Init();
|
||||
// HCBle_SendData("halo");
|
||||
@@ -83,12 +83,11 @@ void imu_angle_ble_task_entry(ULONG thread_input)
|
||||
isNewData = 0;
|
||||
|
||||
float angle = AngleZ * 0.0054931640625f;
|
||||
// msg.angle = AngleZ * 0.0054931640625f;
|
||||
// tx_queue_send(&ble_tx_queue, &msg, TX_WAIT_FOREVER);
|
||||
// HCBle_SendData("Z:%.2f\r\n",AngleZ);
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>angle<6C><65>ä<EFBFBD>ȳ<EFBFBD><C8B3><EFBFBD><EFBFBD>ж<EFBFBD>
|
||||
// <20><><EFBFBD><EFBFBD>:
|
||||
if(angle > 30.0f) {
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD>
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user