public static interface BrickletIMUV3.OrientationListener extends DeviceListener
BrickletIMUV3.setOrientationCallbackConfiguration(long, boolean)
. The parameters are the orientation
(heading (yaw), roll, pitch) of the IMU Brick in Euler angles. See
BrickletIMUV3.getOrientation()
for details.Modifier and Type | Method and Description |
---|---|
void |
orientation(int heading,
int roll,
int pitch) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.