EasyManua.ls Logo

Mcube MC3419 - Page 11

Mcube MC3419
20 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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;