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