Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Revision:
30:e464b2bb2376
Parent:
29:b84d0cc8bac8
Child:
33:de144094bdd1
--- a/ST_SOLO.cpp	Wed Apr 10 08:17:06 2019 +0000
+++ b/ST_SOLO.cpp	Thu Apr 11 15:20:05 2019 +0000
@@ -1,6 +1,12 @@
 #include "mbed.h"
 #include "ST_SOLO.h"
 
+/* Helper header files. */
+#include "DevSPI.h"
+
+/* Expansion Board specific header files. */
+#include "XNucleoIHM02A1.h"
+
 
 int StatusSOLO=SOLO_DEFAULT;
 
@@ -11,12 +17,13 @@
     switch(StatusSOLO)
     {     
        case SOLO_DEFAULT:
+       /*** BEISPIEL FÜR RAPHI
        if(evTasterStart == 1)
        {
         
         entryEinlegenIn();
         StatusSOLO=SOLO_EinlegenIN;
-        }
+        }*/
        break;
        
        case SOLO_EinlegenIN: