Uses of Interface
ioio.lib.api.Sequencer.ChannelConfig

Packages that use Sequencer.ChannelConfig
ioio.lib.api   
 

Uses of Sequencer.ChannelConfig in ioio.lib.api
 

Classes in ioio.lib.api that implement Sequencer.ChannelConfig
static class Sequencer.ChannelConfigBinary
          Configuration for a binary channel.
static class Sequencer.ChannelConfigFmSpeed
          Configuration for a channel of type FM speed.
static class Sequencer.ChannelConfigPwmPosition
          Configuration for a channel of type PWM Position.
static class Sequencer.ChannelConfigPwmSpeed
          Configuration for a channel of type PWM speed.
static class Sequencer.ChannelConfigSteps
          Configuration for a channel of type steps.
 

Methods in ioio.lib.api with parameters of type Sequencer.ChannelConfig
 Sequencer IOIO.openSequencer(Sequencer.ChannelConfig[] config)
          Open a motion-control sequencer.