Buttons update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Revision:
38:3776ee18e56f
Parent:
35:758191d5c6e1
--- a/Buttons.h	Fri May 10 17:31:36 2019 +0000
+++ b/Buttons.h	Mon May 13 10:11:48 2019 +0000
@@ -2,16 +2,18 @@
 #define MBED_Buttons_H
 
 /* --------------------------- START_BUTTON --------------------------------- */
-void buttonSTART_enabled_cb();
+/*void buttonSTART_enabled_cb();
 void buttonSTART_diable_cb();
-void buttonSTART_onpressed_cb();
+void buttonSTART_onpressed_cb();*/
+bool get_Button_1();
 /* ---------------------------------- END ----------------------------------- */
 
 
 /* ------------------------- ABBRUCH_BUTTON --------------------------------- */
-void buttonAbbruch_enabled_cb();
+/*void buttonAbbruch_enabled_cb();
 void buttonAbbruch_diable_cb();
-void buttonAbbruch_onpressed_cb();
+void buttonAbbruch_onpressed_cb();*/
+bool get_Button_2();
 /* ---------------------------------- END ----------------------------------- */