Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Revision:
27:23bd03a6a6f6
Child:
39:6cc9a40bc8a6
diff -r caec5f51abe8 -r 23bd03a6a6f6 ST_SOLO.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ST_SOLO.h	Sun Apr 07 18:31:29 2019 +0000
@@ -0,0 +1,18 @@
+#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