Package | Description |
---|---|
com.pi4j.io.gpio | |
com.pi4j.io.gpio.exception | |
com.pi4j.io.gpio.impl | |
com.pi4j.platform |
Modifier and Type | Class and Description |
---|---|
class |
BananaPiGpioProvider
LeMaker BananaPi
GpioProvider implementation. |
class |
BananaProGpioProvider
LeMaker BananaPro
GpioProvider implementation. |
class |
BpiGpioProvider
Sinovoip BPI (BananaPi)
GpioProvider implementation. |
class |
GpioProviderBase
Abstract base implementation of
GpioProvider . |
class |
NanoPiGpioProvider
NanoPi
GpioProvider implementation. |
class |
OdroidGpioProvider
Odroid-C1/C1+/XU4
GpioProvider implementation. |
class |
OrangePiGpioProvider
OrangePi
GpioProvider implementation. |
class |
RaspiGpioProvider
Raspberry PI
GpioProvider implementation. |
class |
SimulatedGpioProvider
A simulator to aid in development of RI Pi systems using a standard PC dev
environment.
|
class |
WiringPiGpioProviderBase
BananaPro
GpioProvider implementation. |
Modifier and Type | Method and Description |
---|---|
static GpioProvider |
GpioFactory.getDefaultProvider()
Return default instance of
GpioProvider . |
GpioProvider |
GpioPin.getProvider() |
Modifier and Type | Method and Description |
---|---|
GpioProvider |
PinProviderException.getGpioProvider() |
Constructor and Description |
---|
PinProviderException(GpioProvider provider,
Pin pin) |
Modifier and Type | Method and Description |
---|---|
GpioProvider |
GpioPinImpl.getProvider() |
Constructor and Description |
---|
GpioControllerImpl(GpioProvider provider)
Default Constructor
|
GpioPinImpl(GpioController gpio,
GpioProvider provider,
Pin pin) |
Modifier and Type | Method and Description |
---|---|
GpioProvider |
Platform.getGpioProvider() |
static GpioProvider |
Platform.getGpioProvider(Platform platform) |
Copyright © 2012–2019 Pi4J. All rights reserved.