forked from test34/can_wizard
16 lines
237 B
Text
16 lines
237 B
Text
|
config ENV_GPIO_RANGE_MIN
|
||
|
int
|
||
|
default 0
|
||
|
|
||
|
config ENV_GPIO_RANGE_MAX
|
||
|
int
|
||
|
default 21
|
||
|
|
||
|
config ENV_GPIO_IN_RANGE_MAX
|
||
|
int
|
||
|
default ENV_GPIO_RANGE_MAX
|
||
|
|
||
|
config ENV_GPIO_OUT_RANGE_MAX
|
||
|
int
|
||
|
default ENV_GPIO_RANGE_MAX
|