Package com.diozero.devices.motor
Class MotorEvent
- java.lang.Object
-
- com.diozero.devices.motor.MotorEvent
-
public class MotorEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description MotorEvent(long epochTime, long nanoTime, float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEpochTime()
long
getNanoTime()
float
getValue()
-