-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kconfig.projbuild
47 lines (34 loc) · 969 Bytes
/
Kconfig.projbuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
menu "Outputs config"
config OUTPUT_1_GPIO
int "GPIO number for OUTPUT-1"
range 0 34
default 18
help
GPIO number for OUTPUT-1.
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used.
GPIOs 35-39 are input-only.
config OUTPUT_2_GPIO
int "GPIO number for OUTPUT-2"
range 0 34
default 19
help
GPIO number for OUTPUT-2.
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used.
GPIOs 35-39 are input-only.
config OUTPUT_3_GPIO
int "GPIO number for OUTPUT-3"
range 0 34
default 21
help
GPIO number for OUTPUT-3.
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used.
GPIOs 35-39 are input-only.
config OUTPUT_4_GPIO
int "GPIO number for OUTPUT-4"
range 0 34
default 22
help
GPIO number for OUTPUT-4.
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used.
GPIOs 35-39 are input-only.
endmenu