| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
BoardConfig.GPIO.Level |
BoardConfig.GPIO.Level.intern() |
BoardConfig.GPIO.Level |
BoardConfig.GPIO.level() |
static BoardConfig.GPIO.Level |
BoardConfig.GPIO.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoardConfig.GPIO.Level[] |
BoardConfig.GPIO.Level.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.level(BoardConfig.GPIO.Level setter) |
| Constructor and Description |
|---|
GPIO(BoardConfig.GPIO.Direction direction,
BoardConfig.GPIO.Level level) |
GPIO(BoardConfig.GPIO.Direction direction,
BoardConfig.GPIO.Level level,
BoardConfig.GPIO.Pull pull) |
Copyright © 2023. All rights reserved.