public static interface BrickSilentStepper.AllDataListener extends DeviceListener
BrickSilentStepper.setAllDataPeriod(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 stackVoltage,
int externalVoltage,
int currentConsumption) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.