Spleisser Grundstrucktur

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

ST_DUO.h

Committer:
scherfa2
Date:
2019-04-07
Revision:
27:23bd03a6a6f6

File content as of revision 27:23bd03a6a6f6:

#ifndef MBED_ST_DUO_H
#define MBED_ST_DUO_H

enum
{
    DUO_DEFAULT,
    DUO_START,
    DUO_FilamentIN,
    DUO_Schneiden1,
    DUO_Schneiden2,
    DUO_Spleissen,
    DUO_Normalbetrieb,
    DUO_Finish,
    DUO_FERTIG,
    DUO_STOERUNG
};

void EntryDUO();

#endif