![]() |
BlueNinja BSP
0.5
Cerevo BlueNinja(CDP-TZ01B) Board Support Packageリファレンスマニュアル
|
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)