public interface Board extends PinProvider
| Modifier and Type | Method and Description |
|---|---|
List<IOPort> |
getAllIOPorts() |
I2cBus |
getI2cBus(String name) |
List<I2cBus> |
getI2cBuses() |
IOPort |
getIOPortByAlias(String alias) |
IOPort |
getIOPortByName(String name) |
String |
getName() |
Properties |
getProperties() |
String |
getProperty(String propertyName) |
SerialPort |
getSerialPort(String name) |
List<SerialPort> |
getSerialPorts() |
SpiBus |
getSpiBus(String name) |
List<SpiBus> |
getSpiBuses() |
boolean |
hasProperty(String propertyName) |
void |
setProperty(String propertyName,
String value) |
void |
shutdown() |
getPin, getPin, getPin, getPinByAlias, getPinsString getName()
List<SerialPort> getSerialPorts()
SerialPort getSerialPort(String name)
Properties getProperties()
boolean hasProperty(String propertyName)
void shutdown()
Copyright © 2015 silverspoon.io. All rights reserved.