Uses of Interface
ioio.lib.api.Closeable

Packages that use Closeable
ioio.lib.api   
ioio.lib.impl   
 

Uses of Closeable in ioio.lib.api
 

Subinterfaces of Closeable in ioio.lib.api
 interface AnalogInput
          A pin used for analog input.
 interface DigitalInput
          A pin used for digital input.
 interface DigitalOutput
          A pin used for digital output.
 interface IcspMaster
          An interface for controlling an ICSP channel, enabling Flash programming of an external PIC MCU, and in particular, another IOIO board.
 interface PulseInput
          An interface for pulse width and frequency measurements of digital signals.
 interface PwmOutput
          A pin used for PWM (Pulse-Width Modulation) output.
 interface SpiMaster
          An interface for controlling an SPI module, in SPI bus-master mode, enabling communication with multiple SPI-enabled slave modules.
 interface TwiMaster
          An interface for controlling a TWI module, in TWI bus-master mode, enabling communication with multiple TWI-enabled slave modules.
 interface Uart
          An interface for controlling a UART module.
 

Uses of Closeable in ioio.lib.impl
 

Classes in ioio.lib.impl that implement Closeable
 class AbstractPin
           
 class AbstractResource
           
 class AnalogInputImpl
           
 class DigitalInputImpl
           
 class DigitalOutputImpl
           
 class IcspMasterImpl
           
 class IncapImpl
           
 class PwmImpl
           
 class SpiMasterImpl
           
 class TwiMasterImpl
           
 class UartImpl