Package | Description |
---|---|
com.pi4j.io.gpio | |
com.pi4j.io.serial | |
com.pi4j.system | |
com.pi4j.system.impl |
Modifier and Type | Method and Description |
---|---|
static Pin[] |
RaspiPin.allPins(SystemInfo.BoardType board) |
Modifier and Type | Method and Description |
---|---|
static String |
SerialPort.getDefaultPort(SystemInfo.BoardType board)
Get the default serial port for the specified platform/model/board revision.
|
Modifier and Type | Method and Description |
---|---|
SystemInfo.BoardType |
SystemInfoProvider.getBoardType() |
static SystemInfo.BoardType |
SystemInfo.getBoardType() |
static SystemInfo.BoardType |
SystemInfo.BoardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemInfo.BoardType[] |
SystemInfo.BoardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SystemInfo.BoardType |
SystemInfoProviderBase.getBoardType() |
SystemInfo.BoardType |
OdroidSystemInfoProvider.getBoardType() |
SystemInfo.BoardType |
BananaProSystemInfoProvider.getBoardType() |
SystemInfo.BoardType |
RaspiSystemInfoProvider.getBoardType() |
SystemInfo.BoardType |
OrangePiSystemInfoProvider.getBoardType() |
SystemInfo.BoardType |
BpiSystemInfoProvider.getBoardType() |
SystemInfo.BoardType |
BananaPiSystemInfoProvider.getBoardType() |
SystemInfo.BoardType |
NanoPiSystemInfoProvider.getBoardType() |
Copyright © 2012–2019 Pi4J. All rights reserved.