| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
BoardConfig.GPIO.Direction |
BoardConfig.GPIO.direction() |
BoardConfig.GPIO.Direction |
BoardConfig.GPIO.Direction.intern() |
static BoardConfig.GPIO.Direction |
BoardConfig.GPIO.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoardConfig.GPIO.Direction[] |
BoardConfig.GPIO.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BoardConfig.GPIO |
BoardConfig.GPIO.direction(BoardConfig.GPIO.Direction setter) |
| Constructor and Description |
|---|
GPIO(BoardConfig.GPIO.Direction direction) |
GPIO(BoardConfig.GPIO.Direction direction,
BoardConfig.GPIO.Level level) |
GPIO(BoardConfig.GPIO.Direction direction,
BoardConfig.GPIO.Level level,
BoardConfig.GPIO.Pull pull) |
GPIO(BoardConfig.GPIO.Direction direction,
BoardConfig.GPIO.Mode mode) |
GPIO(BoardConfig.GPIO.Direction direction,
BoardConfig.GPIO.Mode mode,
BoardConfig.GPIO.Pull pull) |
Copyright © 2023. All rights reserved.