PES_4_Spleisser / Mbed 2 deprecated SpleisserProgramm_V11

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ST_SOLO.h Source File

ST_SOLO.h

00001 #ifndef MBED_ST_SOLO_H
00002 #define MBED_ST_SOLO_H
00003 
00004 enum
00005 {
00006     SOLO_DEFAULT,
00007     SOLO_START,
00008     SOLO_EinlegenIN,
00009     SOLO_INtoSPLEISSER,
00010     SOLO_EinlegenOUT,
00011     SOLO_OUTtoSPLEISSER,
00012     SOLO_Spleissen,
00013     SOLO_FERTIG,
00014     SOLO_STOERUNG
00015 };
00016 
00017 void EntrySOLO();
00018 void Fkt_SOLO_Spleissen();
00019 
00020 #endif