We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/** Remap settings **/ typedef enum { REMAP_CONFIG_P0 = 0x21, REMAP_CONFIG_P1 = 0x24, // default REMAP_CONFIG_P2 = 0x24, REMAP_CONFIG_P3 = 0x21, REMAP_CONFIG_P4 = 0x24, REMAP_CONFIG_P5 = 0x21, REMAP_CONFIG_P6 = 0x21, REMAP_CONFIG_P7 = 0x24 } adafruit_bno055_axis_remap_config_t;
more variation exist.
for example, 0x06 ( x axis <--> z axis) etc....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/** Remap settings **/
typedef enum {
REMAP_CONFIG_P0 = 0x21,
REMAP_CONFIG_P1 = 0x24, // default
REMAP_CONFIG_P2 = 0x24,
REMAP_CONFIG_P3 = 0x21,
REMAP_CONFIG_P4 = 0x24,
REMAP_CONFIG_P5 = 0x21,
REMAP_CONFIG_P6 = 0x21,
REMAP_CONFIG_P7 = 0x24
} adafruit_bno055_axis_remap_config_t;
more variation exist.
for example, 0x06 ( x axis <--> z axis) etc....
The text was updated successfully, but these errors were encountered: