Add switches for cutter to con-plan and config

This commit is contained in:
jonny_ji7 2022-09-17 10:37:39 +02:00
parent ced7cda002
commit 824bad930e
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,10 +45,10 @@ extern "C" {
#define SW_PRESET1 sw_gpio_analog_1
#define SW_PRESET2 sw_gpio_analog_2
#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
//#define ? sw_gpio_33
//#define ? sw_gpio_32
//#define ? sw_gpio_34

View File

@ -158,6 +158,8 @@ void task_control(void *pvParameter)
SW_PRESET1.handle();
SW_PRESET2.handle();
SW_PRESET3.handle();
SW_CUT.handle();
SW_AUTO_CUT.handle();
//---------------------------