mit Buttons/PWM als einzelne cpp und init in main

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

ST_SOLO.h

Committer:
scherfa2
Date:
2019-04-24
Revision:
34:0dee9a606869
Parent:
27:23bd03a6a6f6

File content as of revision 34:0dee9a606869:

#ifndef MBED_ST_SOLO_H
#define MBED_ST_SOLO_H

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

void EntrySOLO();

#endif