add code
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user