增加轮速输出
This commit is contained in:
@@ -21,14 +21,14 @@ void testTimerProcess(void *signal_id)
|
||||
static uint32_t start_time = 0;
|
||||
// short hx,hy,hz=0;
|
||||
|
||||
|
||||
printf("testAPP: %d us \n",getCurrentTime() - start_time);
|
||||
printf("testAPP\n");
|
||||
// printf("testAPP: %d us \n",getCurrentTime() - start_time);
|
||||
|
||||
// uint8_t arrtest4[10] = {0x56,0x56,0x04};
|
||||
|
||||
printf("AccX:%f,AccY:%f,AccZ:%f,",Acc[0],Acc[1],Acc[2]);
|
||||
printf("GyroX:%f,GyroY:%f,GyroZ:%f\r\n",Gyro[0],Gyro[1],Gyro[2]);//使用串口打印加速度,角速度数据
|
||||
printf("RM3100 hx: %d, hy: %d, hz: %d\r\n", navigation_output1.bit_data.magnetic_x_axis, navigation_output1.bit_data.magnetic_y_axis, navigation_output1.bit_data.magnetic_z_axis);
|
||||
// printf("AccX:%f,AccY:%f,AccZ:%f,",Acc[0],Acc[1],Acc[2]);
|
||||
// printf("GyroX:%f,GyroY:%f,GyroZ:%f\r\n",Gyro[0],Gyro[1],Gyro[2]);//使用串口打印加速度,角速度数据
|
||||
// printf("RM3100 hx: %d, hy: %d, hz: %d\r\n", navigation_output1.bit_data.magnetic_x_axis, navigation_output1.bit_data.magnetic_y_axis, navigation_output1.bit_data.magnetic_z_axis);
|
||||
|
||||
|
||||
// uint8_t tesr1 = 0;
|
||||
|
||||
Reference in New Issue
Block a user