From 27cffc497116d0b4524ff458fd7a0fc5fe1d491d Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Mon, 21 Feb 2022 05:22:42 +0100 Subject: [PATCH] add more button io defines --- avrIOhelper/io-helper.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/avrIOhelper/io-helper.h b/avrIOhelper/io-helper.h index 3db4dfa..bd8651e 100644 --- a/avrIOhelper/io-helper.h +++ b/avrIOhelper/io-helper.h @@ -141,8 +141,12 @@ void ioHelperEdgeDetector(void); #define BTN_ABZUG_PLUS_FEIN BitPinK6 #define BTN_ABZUG_MINUS_FEIN BitPinK7 -#define BTN_INIT BitPinF4 +#define BTN_WICKELN_EIN BitPinF5 +#define BTN_WICKELN_AUS BitPinF6 #define BTN_TAENZER_START BitPinF7 +#define BTN_SPULENWECHSEL BitPinK0 + +#define BTN_INIT BitPinF4 #define IN_TAENZER_HOME BitPinF0 #endif