control pump

This commit is contained in:
agsler
2022-11-10 17:16:58 +01:00
parent e6e0a01b6c
commit 246cc875a1
2 changed files with 10 additions and 0 deletions

View File

@@ -81,9 +81,14 @@ void ioHelperEdgeDetector(void);
#define LED_KALTWASSER_DRAN_GR 23
#define LED_KALTWASSER_DRAN_RT 22
#define LED_PUMPE_AN 11
#define OUT_PUMPE_STARTSTOP BitPB5
#define OUT_PUMPE_PWM BitPB6
#define OUT_VENTIL_PUMPE BitPA0
#define OUT_VENTIL_ABLASS BitPA1
//Inputs
//Verknüpfen von Pin | Bit mit Bitposition (0...n) inStates[0...n/8].
#define BitPinF0 0 //A0
@@ -116,4 +121,7 @@ void ioHelperEdgeDetector(void);
#define IN_KLATWASSER_DRAN 9
#define BTN_BECKEN_FUELLEN 11
#define BTN_BECKEN_LEEREN 12
#endif