public static interface BrickletSilentStepperV2.AllDataListener extends DeviceListener
BrickletSilentStepperV2.setAllCallbackConfiguration(long)
. The parameters are: the current velocity,
the current position, the remaining steps, the stack voltage, the external
voltage and the current consumption of the stepper motor.Modifier and Type | Method and Description |
---|---|
void |
allData(int currentVelocity,
int currentPosition,
int remainingSteps,
int inputVoltage,
int currentConsumption) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.