Uses of Class
com.pi4j.io.gpio.exception.UnsupportedBoardType
-
Packages that use UnsupportedBoardType Package Description com.pi4j.io.serial -
-
Uses of UnsupportedBoardType in com.pi4j.io.serial
Methods in com.pi4j.io.serial that throw UnsupportedBoardType Modifier and Type Method Description static String
SerialPort. getDefaultPort()
Get the default serial port for the detected platform/model/board revision.static String
SerialPort. getDefaultPort(SystemInfo.BoardType board)
Get the default serial port for the specified platform/model/board revision.
-