main/Kconfig.projbuild

changeset 101
1bc6e9263ada
parent 74
cba50f7529d0
equal deleted inserted replaced
100:9833fd86736b 101:1bc6e9263ada
53 53
54 Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to drive a SSR. 54 Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to drive a SSR.
55 55
56 GPIOs 35-39 are input-only so cannot be used as outputs. 56 GPIOs 35-39 are input-only so cannot be used as outputs.
57 57
58 config PWM_MLT_GPIO
59 int "MLT PWM GPIO number"
60 range 0 34
61 default 0
62 help GPIO number (IOxx) to the PWM pin for the MLT kettle. This is used for systems that can
63 control the heating using a PWM signal. A Hendi induction cooker for example.
64 Even when not used, this pin must be defined.
65
66 Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to drive PWM.
67
68 GPIOs 35-39 are input-only so cannot be used as PWM outputs.
69
58 config SSR_HLT_GPIO 70 config SSR_HLT_GPIO
59 int "HLT SSR GPIO number" 71 int "HLT SSR GPIO number"
60 range 0 34 72 range 0 34
61 default 33 73 default 33
62 help 74 help

mercurial