
MC3419 3-Axis Accelerometer
EV3419A Quick Start Guide and Demo
mCube Proprietary.
APS-045-0033v1.0
11 / 20
© 2020 mCube Inc. All rights reserved.
To control embedded motion blocks, which is enabled by the configurations below. Enable
individual motion mode will also enable corresponding interrupt.
These modes can only be enabled separately.
/*** Motion control ***/
/* Enabling motion feature below also enables corresponded motion
interrupt */
const bool enableTILT = false;
const bool enableFLIP = false;
const bool enableANYM = true;
const bool enableSHAKE = false;
const bool enableTILT_35 = false;