Skip to content

Commit 9c9bbc6

Browse files
adeepnigorpecovnik
authored andcommitted
pre add jethubj200 bsp
1 parent 946ed48 commit 9c9bbc6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#!/bin/bash
2+
# shellcheck disable=SC2034
3+
4+
#TODO: empty now
5+
6+
GPIOCHIPNUMBER=0
7+
8+
GPIO_DIRECTION_OUTPUT=0
9+
GPIO_DIRECTION_INPUT=1
10+
11+
GPIO_ACTIVE_LOW=0
12+
GPIO_ACTIVE_HIGH=1
13+
14+
GPIOS=(
15+
)
16+
17+
18+
# Set LED states
19+
LEDS=(
20+
)
21+
22+
23+
24+
ADDITIONALFUNC=""

0 commit comments

Comments
 (0)