public static interface BrickletIMUV3.QuaternionListener extends DeviceListener
BrickletIMUV3.setQuaternionCallbackConfiguration(long, boolean)
. The parameters are the orientation
(w, x, y, z) of the IMU Brick in quaternions. See BrickletIMUV3.getQuaternion()
for details.Modifier and Type | Method and Description |
---|---|
void |
quaternion(int w,
int x,
int y,
int z) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.