pre add jethubj200 bsp

This commit is contained in:
Viacheslav Bocharov 2024-06-07 16:02:40 +03:00 committed by Igor
parent 946ed480e7
commit 9c9bbc6205

View 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=""