jAER project on SourceForge

net.sf.jaer.hardwareinterface.usb.silabs
Class SiLabsC8051F320_USBIO_ServoController.ServoCommand

java.lang.Object
  extended by net.sf.jaer.hardwareinterface.usb.silabs.SiLabsC8051F320_USBIO_ServoController.ServoCommand
Enclosing class:
SiLabsC8051F320_USBIO_ServoController

public class SiLabsC8051F320_USBIO_ServoController.ServoCommand
extends java.lang.Object

encapsulates the servo command bytes that are sent. The first byte is the command specifier, the rest of the bytes are the command itself.


Field Summary
 byte[] bytes
           
 
Constructor Summary
SiLabsC8051F320_USBIO_ServoController.ServoCommand()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

public byte[] bytes
Constructor Detail

SiLabsC8051F320_USBIO_ServoController.ServoCommand

public SiLabsC8051F320_USBIO_ServoController.ServoCommand()

jAER project on SourceForge