add slave connect detection

This commit is contained in:
agsler
2022-11-10 17:09:47 +01:00
parent ffe7c9507b
commit 411f2f59cd
2 changed files with 14 additions and 1 deletions

View File

@@ -78,6 +78,8 @@ void ioHelperEdgeDetector(void);
#define LED_ROT_NOTAUS_SCHRANK BitPE3
#define LED_PLC_OK BitPH5
#define LED_BUS_OK BitPD4
#define LED_KALTWASSER_DRAN_GR 23
#define LED_KALTWASSER_DRAN_RT 22
#define OUT_PUMPE_STARTSTOP BitPB5
#define OUT_PUMPE_PWM BitPB6
@@ -112,6 +114,6 @@ void ioHelperEdgeDetector(void);
#define IN_NOTAUS_ANLAGE BitPinF7
#define IN_NOTAUS_SCHRANK BitPinK0
#define IN_KLATWASSER_DRAN BitPinF6
#define IN_KLATWASSER_DRAN 9
#endif