pre add jethubj200 bsp
This commit is contained in:
parent
946ed480e7
commit
9c9bbc6205
24
packages/bsp/jethub/jethubj200/libjethubconfig.sh
Normal file
24
packages/bsp/jethub/jethubj200/libjethubconfig.sh
Normal file
@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
#TODO: empty now
|
||||
|
||||
GPIOCHIPNUMBER=0
|
||||
|
||||
GPIO_DIRECTION_OUTPUT=0
|
||||
GPIO_DIRECTION_INPUT=1
|
||||
|
||||
GPIO_ACTIVE_LOW=0
|
||||
GPIO_ACTIVE_HIGH=1
|
||||
|
||||
GPIOS=(
|
||||
)
|
||||
|
||||
|
||||
# Set LED states
|
||||
LEDS=(
|
||||
)
|
||||
|
||||
|
||||
|
||||
ADDITIONALFUNC=""
|
||||
Loading…
Reference in New Issue
Block a user