Add switches for cutter to con-plan and config
This commit is contained in:
parent
ced7cda002
commit
824bad930e
File diff suppressed because one or more lines are too long
@ -45,10 +45,10 @@ extern "C" {
|
|||||||
#define SW_PRESET1 sw_gpio_analog_1
|
#define SW_PRESET1 sw_gpio_analog_1
|
||||||
#define SW_PRESET2 sw_gpio_analog_2
|
#define SW_PRESET2 sw_gpio_analog_2
|
||||||
#define SW_PRESET3 sw_gpio_analog_3
|
#define SW_PRESET3 sw_gpio_analog_3
|
||||||
|
#define SW_CUT sw_gpio_33
|
||||||
|
#define SW_AUTO_CUT sw_gpio_32
|
||||||
|
|
||||||
//unused but already available evaluated inputs
|
//unused but already available evaluated inputs
|
||||||
//#define ? sw_gpio_33
|
|
||||||
//#define ? sw_gpio_32
|
|
||||||
//#define ? sw_gpio_34
|
//#define ? sw_gpio_34
|
||||||
|
|
||||||
|
|
||||||
|
@ -158,6 +158,8 @@ void task_control(void *pvParameter)
|
|||||||
SW_PRESET1.handle();
|
SW_PRESET1.handle();
|
||||||
SW_PRESET2.handle();
|
SW_PRESET2.handle();
|
||||||
SW_PRESET3.handle();
|
SW_PRESET3.handle();
|
||||||
|
SW_CUT.handle();
|
||||||
|
SW_AUTO_CUT.handle();
|
||||||
|
|
||||||
|
|
||||||
//---------------------------
|
//---------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user