| Package | Description |
|---|---|
| org.ardulink.core |
| Modifier and Type | Method and Description |
|---|---|
abstract Pin.Type |
Pin.getType() |
Pin.Type |
Pin.AnalogPin.getType() |
Pin.Type |
Pin.DigitalPin.getType() |
static Pin.Type |
Pin.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pin.Type[] |
Pin.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pin.is(Pin.Type type) |
Copyright © 2016. All rights reserved.