add start/stop when brake is engaged

This commit is contained in:
2022-09-21 14:36:28 +02:00
parent c62792a864
commit 18d2ae2f3c
2 changed files with 16 additions and 3 deletions

View File

@@ -152,6 +152,8 @@ void ioHelperEdgeDetector(void);
#define BTN_KRAFT_MINUS BitPinG2
#define IN_TAENZER_HOME BitPinF0
#define IN_SPULE_HOME BitPinF1
#define IN_SPULE_HOME BitPinF1
#define IN_BREMSE_STATE BitPinF2
#endif