public static interface BrickIMU.AllDataListener extends DeviceListener
BrickIMU.setAllDataPeriod(long)
. The parameters are the acceleration,
the magnetic field and the angular velocity for the x, y and z axis as
well as the temperature of the IMU Brick.Modifier and Type | Method and Description |
---|---|
void |
allData(short accX,
short accY,
short accZ,
short magX,
short magY,
short magZ,
short angX,
short angY,
short angZ,
short temperature) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.