public static interface BrickletAccelerometer.AccelerationListener extends DeviceListener
BrickletAccelerometer.setAccelerationCallbackPeriod(long)
. The parameters are the
X, Y and Z acceleration. The range is
configured with BrickletAccelerometer.setConfiguration(short, short, short)
.
The BrickletAccelerometer.AccelerationListener
listener is only triggered if the acceleration has
changed since the last triggering.Modifier and Type | Method and Description |
---|---|
void |
acceleration(short x,
short y,
short z) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.