BowlerKernel
IServoPositionUpdateListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.dyio.peripherals;
2 
3 
4 // TODO: Auto-generated Javadoc
16 public interface IServoPositionUpdateListener {
17 
25  public void onServoPositionUpdate(ServoChannel srv, int position, double time);
26 }
void onServoPositionUpdate(ServoChannel srv, int position, double time)