mirror of
https://gitlab.com/fabinfra/fabhardware/absaugungsklappensteuerung.git
synced 2025-03-14 15:51:54 +01:00
16 lines
106 B
C
16 lines
106 B
C
#ifndef STATUS_H
|
|
#define STATUS_H
|
|
|
|
typedef enum statusKlappenenum{
|
|
NICHTS,
|
|
|
|
}statusKlappen;
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|