jAER project on SourceForge

Uses of Interface
net.sf.jaer.hardwareinterface.ServoInterface

Packages that use ServoInterface
ch.unizh.ini.jaer.hardware.pantilt A pantilt unit based on two servo motors. 
ch.unizh.ini.jaer.projects.ballshooter The ball shooter demonstration based on temporal contrast AER silicon retina, the AER-EAR binaural silicon cochlea, the servo motor controller. 
ch.unizh.ini.jaer.projects.rccar The Driving with Spikes Traxxus E-Maxx electric monster truck project. 
ch.unizh.ini.jaer.projects.tobi.goalie The robotic goalie that uses a dynamic vision sensor and a servo controller to block balls shot at a goal. 
net.sf.jaer.hardwareinterface.usb USB hardware interfaces to Address-Event chips. 
net.sf.jaer.hardwareinterface.usb.silabs SiLabs C8051F3xx microcontroller interfaces using Thesycon USB driver. 
org.ine.telluride.jaer.wowwee WowWee toy control using a modified USBServo Board. 
 

Uses of ServoInterface in ch.unizh.ini.jaer.hardware.pantilt
 

Methods in ch.unizh.ini.jaer.hardware.pantilt that return ServoInterface
 ServoInterface CalibratedPanTilt.getServoInterface()
           
 ServoInterface PanTilt.getServoInterface()
           
 ServoInterface PanTiltInterface.getServoInterface()
           
 

Methods in ch.unizh.ini.jaer.hardware.pantilt with parameters of type ServoInterface
 void CalibratedPanTilt.setServoInterface(ServoInterface servo)
           
 void PanTilt.setServoInterface(ServoInterface servo)
           
 void PanTiltInterface.setServoInterface(ServoInterface servo)
          Sets the ServoInterface
 

Constructors in ch.unizh.ini.jaer.hardware.pantilt with parameters of type ServoInterface
PanTilt(ServoInterface servo)
          Constructs instance with previously constructed SiLabsC8051F320_USBIO_ServoController
 

Uses of ServoInterface in ch.unizh.ini.jaer.projects.ballshooter
 

Constructors in ch.unizh.ini.jaer.projects.ballshooter with parameters of type ServoInterface
Shooter(ServoInterface hw)
          Constructs a new controller panel using existing hardware interface
 

Uses of ServoInterface in ch.unizh.ini.jaer.projects.rccar
 

Classes in ch.unizh.ini.jaer.projects.rccar that implement ServoInterface
 class SiLabsC8051F320_USBIO_CarServoController
          Servo motor controller using USBIO driver access to SiLabsC8051F320 device for controlling car servos.
 

Uses of ServoInterface in ch.unizh.ini.jaer.projects.tobi.goalie
 

Methods in ch.unizh.ini.jaer.projects.tobi.goalie that return ServoInterface
 ServoInterface ServoArm.getServoInterface()
           
 

Methods in ch.unizh.ini.jaer.projects.tobi.goalie with parameters of type ServoInterface
 void ServoArm.setServoInterface(ServoInterface servo)
           
 

Uses of ServoInterface in net.sf.jaer.hardwareinterface.usb
 

Constructors in net.sf.jaer.hardwareinterface.usb with parameters of type ServoInterface
ServoTest(ServoInterface hw)
          Constructs a new controller panel using existing hardware interface
 

Uses of ServoInterface in net.sf.jaer.hardwareinterface.usb.silabs
 

Classes in net.sf.jaer.hardwareinterface.usb.silabs that implement ServoInterface
 class SiLabsC8051F320_USBIO_ServoController
          The USB servo controller board is controlled by this class.
 

Uses of ServoInterface in org.ine.telluride.jaer.wowwee
 

Classes in org.ine.telluride.jaer.wowwee that implement ServoInterface
 class WowWeeAliveHardwareInterface
          For controlling WowWee Alive toys (specifically the WowWee Alive Chimp toy) using the USB Servo board using UsbIo interface to USB.
 class WowWeeRSHardwareInterface
          For controlling WowWee RS (Robosapien type) toys (specifically the WowWee RoboQuad toy) using the USB Servo board using UsbIo interface to USB.
 


jAER project on SourceForge