BowlerKernel
IHardwareSyncPulseReciver.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics;
2 
3 public interface IHardwareSyncPulseReciver {
4  public void sync();
5 }