This is a device driver of AK8963, which is 3-axis magnetometer manufactured by AKM.

Dependents:   SimpleSample combination combination

Embed: (wiki syntax)

« Back to documentation index

AK8963::MagneticVector Struct Reference

AK8963::MagneticVector Struct Reference

Structure to hold a magnetic vector. More...

#include <ak8963.h>

Data Fields

float mx
 x component
float my
 y component
float mz
 z component
bool isOverflow
 Indicating magnetic sensor overflow.

Detailed Description

Structure to hold a magnetic vector.

Definition at line 96 of file ak8963.h.


Field Documentation

bool isOverflow

Indicating magnetic sensor overflow.

Definition at line 100 of file ak8963.h.

float mx

x component

Definition at line 97 of file ak8963.h.

float my

y component

Definition at line 98 of file ak8963.h.

float mz

z component

Definition at line 99 of file ak8963.h.