You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
555 B
27 lines
555 B
menu "Project configuration"
|
|
|
|
menu "Pin mapping"
|
|
config PIN_STATUSLED
|
|
int "Status LED pin"
|
|
default 5
|
|
|
|
config PIN_PWM
|
|
int "Motor PWM pin"
|
|
default 16
|
|
|
|
config PIN_INT
|
|
int "Counter input"
|
|
default 21
|
|
endmenu
|
|
|
|
menu "Console"
|
|
config CONSOLE_TELNET_PORT
|
|
int "Integrated telnet server listening port"
|
|
default 23
|
|
|
|
config CONSOLE_PW_LEN
|
|
int "Console max pw len"
|
|
default 32
|
|
endmenu
|
|
|
|
endmenu
|
|
|