mit Buttons/PWM als einzelne cpp und init in main

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

ST_DUO.cpp

Committer:
hagenrap
Date:
2019-04-22
Revision:
33:de144094bdd1
Parent:
27:23bd03a6a6f6
Child:
34:0dee9a606869

File content as of revision 33:de144094bdd1:

#include "SETUP.h"


int StatusDUO=DUO_DEFAULT;

void EntryDUO()
{
    switch(StatusDUO)
    {     
       case DUO_DEFAULT:
       printf("DUO_MODUS\n\r");
       Thread::wait(1000);
       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;
             
    }   
}