Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Revision:
35:758191d5c6e1
Parent:
34:0dee9a606869
Child:
38:3776ee18e56f
--- a/Buttons.h	Wed Apr 24 21:08:27 2019 +0000
+++ b/Buttons.h	Sun May 05 16:18:20 2019 +0000
@@ -1,8 +1,18 @@
 #ifndef MBED_Buttons_H
 #define MBED_Buttons_H
 
+/* --------------------------- START_BUTTON --------------------------------- */
 void buttonSTART_enabled_cb();
 void buttonSTART_diable_cb();
 void buttonSTART_onpressed_cb();
+/* ---------------------------------- END ----------------------------------- */
+
+
+/* ------------------------- ABBRUCH_BUTTON --------------------------------- */
+void buttonAbbruch_enabled_cb();
+void buttonAbbruch_diable_cb();
+void buttonAbbruch_onpressed_cb();
+/* ---------------------------------- END ----------------------------------- */
+
 
 #endif