Hi,
i am using Metawear R (device information below) and i try to get accelerometer with accMma8452q = board.getModule(AccelerometerMma8452q.class); but it returns NULL. does this mean my board doesn't support MMA8452?or someother issue. please help me on this.
Comments
Your board doesn't have that sensor on it. It has the BOSCH accelerometer on it (not the MMA).
It is returning nul as appropriate.
Thanks.