Abschluss

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Committer:
scherfa2
Date:
Sun May 19 20:46:32 2019 +0000
Revision:
44:d5481d289b78
Parent:
42:0aaa3b282b6e
Abschluss

Who changed what in which revision?

UserRevisionLine numberNew contents of line
scherfa2 27:23bd03a6a6f6 1 #ifndef MBED_ST_DUO_H
scherfa2 27:23bd03a6a6f6 2 #define MBED_ST_DUO_H
scherfa2 27:23bd03a6a6f6 3
scherfa2 27:23bd03a6a6f6 4 enum
scherfa2 27:23bd03a6a6f6 5 {
scherfa2 27:23bd03a6a6f6 6 DUO_DEFAULT,
scherfa2 27:23bd03a6a6f6 7 DUO_START,
scherfa2 40:117b324843ee 8 DUO_EINLEGEN,
scherfa2 40:117b324843ee 9 DUO_FILA_CUT1,
scherfa2 40:117b324843ee 10 DUO_FILA_BAD1,
scherfa2 40:117b324843ee 11 DUO_FILA_GOOD2,
scherfa2 40:117b324843ee 12 DUO_FILA_GOOD3,
scherfa2 40:117b324843ee 13 DUO_FILA_CUT2,
scherfa2 40:117b324843ee 14 DUO_FILA_AUSSCHUSS,
scherfa2 40:117b324843ee 15 DUO_FILA_CUT3_1,
scherfa2 40:117b324843ee 16 DUO_FILA_CUT3_2,
scherfa2 40:117b324843ee 17 DUO_SPLEISSEN_VORBE_BAD,
scherfa2 40:117b324843ee 18 DUO_SPLEISSEN_BAD,
scherfa2 40:117b324843ee 19 DUO_SPLEISSEN_VORBE_GOOD,
scherfa2 40:117b324843ee 20 DUO_SPLEISSEN_GOOD,
scherfa2 40:117b324843ee 21 DUO_FILA_BAD2,
scherfa2 42:0aaa3b282b6e 22 DUO_FERTIG_BAD,
scherfa2 42:0aaa3b282b6e 23 DUO_FERTIG_GOOD
scherfa2 27:23bd03a6a6f6 24 };
scherfa2 27:23bd03a6a6f6 25
scherfa2 27:23bd03a6a6f6 26 void EntryDUO();
scherfa2 27:23bd03a6a6f6 27
scherfa2 27:23bd03a6a6f6 28 #endif