jAER project on SourceForge

Uses of Interface
net.sf.jaer.aesequencer.AESequencerInterface

Packages that use AESequencerInterface
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
net.sf.jaer.aesequencer Classes related to sequencing address-events. 
net.sf.jaer.hardwareinterface.usb.cypressfx2 Cypress FX2 USB interfaces using Thesycon USB driver. 
net.sf.jaer.hardwareinterface.usb.silabs SiLabs C8051F3xx microcontroller interfaces using Thesycon USB driver. 
 

Uses of AESequencerInterface in ch.unizh.ini.jaer.chip.cochlea
 

Classes in ch.unizh.ini.jaer.chip.cochlea that implement AESequencerInterface
 class CochleaAMS1bHardwareInterface
          The hardware interface to CochleaAMS1b.
 

Uses of AESequencerInterface in net.sf.jaer.aesequencer
 

Subinterfaces of AESequencerInterface in net.sf.jaer.aesequencer
 interface AEMonitorSequencerInterface
          Inteface for monitoring and sequencing for devices that support both.
 

Uses of AESequencerInterface in net.sf.jaer.hardwareinterface.usb.cypressfx2
 

Classes in net.sf.jaer.hardwareinterface.usb.cypressfx2 that implement AESequencerInterface
 class CypressFX2AEX
          Daniel Fasnacht's AEX board which monitors and sequences
 class CypressFX2Mapper
          class for USB2AERmapper, extends functionality to download the FPGA code to the device
 class CypressFX2MonitorSequencer
          Extends CypressFX2 to add functionality for sequencing and monitoring events.
 

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

Classes in net.sf.jaer.hardwareinterface.usb.silabs that implement AESequencerInterface
 class SiLabsC8051F320_USBIO_AeSequencer
          The USB simplemonitor board is used to sequence out events using this class and appropriate firmware on the board.
 


jAER project on SourceForge