| Package | Description |
|---|---|
| ioio.lib.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnalogInput
A pin used for analog input.
|
interface |
CapSense
A pin used for capacitive sensing.
|
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.
|