Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

ST_SOLO.h

Committer:
scherfa2
Date:
2019-05-16
Revision:
42:0aaa3b282b6e
Parent:
39:6cc9a40bc8a6

File content as of revision 42:0aaa3b282b6e:

#ifndef MBED_ST_SOLO_H
#define MBED_ST_SOLO_H

enum
{
    SOLO_DEFAULT,
    SOLO_START,
    SOLO_EinlegenIN,
    SOLO_INtoSPLEISSER,
    SOLO_EinlegenOUT,
    SOLO_OUTtoSPLEISSER,
    SOLO_Spleissen,
    SOLO_FERTIG,
    SOLO_STOERUNG
};

void EntrySOLO();
void Fkt_SOLO_Spleissen();

#endif