BowlerKernel
IPPMReaderListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.dyio.peripherals;
2 
3 // TODO: Auto-generated Javadoc
4 //import com.neuronrobotics.sdk.dyio.IChannelEventListener;
5 
17 public interface IPPMReaderListener{
18 
24  void onPPMPacket(int [] values);
25 }