BlueNinja BSP  0.5
Cerevo BlueNinja(CDP-TZ01B) Board Support Packageリファレンスマニュアル
MPU9250_magnetometer_val 構造体

AK8963 magnetometer value. [詳解]

#include <MPU-9250.h>

フィールド

float x
 
float y
 
float z
 
uint16_t raw_x
 
uint16_t raw_y
 
uint16_t raw_z
 

詳解

AK8963 magnetometer value.

フィールド詳解

uint16_t raw_x

Raw X-axis value

uint16_t raw_y

Raw Y-axis value

uint16_t raw_z

Raw Z-axis value

float x

Computed X-axis value (uH)

float y

Computed Y-axis value (uH)

float z

Computed Z-axis value (uH)


この構造体詳解は次のファイルから抽出されました: