| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
BoardConfig.GPIO.Mode |
BoardConfig.GPIO.Mode.intern() |
BoardConfig.GPIO.Mode |
BoardConfig.GPIO.mode() |
static BoardConfig.GPIO.Mode |
BoardConfig.GPIO.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoardConfig.GPIO.Mode[] |
BoardConfig.GPIO.Mode.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.mode(BoardConfig.GPIO.Mode setter) |
| Constructor and Description |
|---|
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.