Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

ST_DUO.cpp

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

File content as of revision 27:23bd03a6a6f6:

#include "mbed.h"
#include "ST_DUO.h"

int StatusDUO=DUO_DEFAULT;

void EntryDUO()
{
    switch(StatusDUO)
    {     
       case DUO_DEFAULT:
       break;
       
       case DUO_START:
       break;
       
       case DUO_FilamentIN:
       break;
       
       case DUO_Schneiden1:
       break;
       
       case DUO_Schneiden2:
       break;
       
       case DUO_Spleissen:
       break;
       
       case DUO_Normalbetrieb:
       break;
       
       case DUO_Finish:
       break;
       
       case DUO_FERTIG:
       break;
       
       case DUO_STOERUNG:
       break;
             
    }   
}