Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Buttons.h

Committer:
scherfa2
Date:
2019-05-16
Revision:
42:0aaa3b282b6e
Parent:
38:3776ee18e56f

File content as of revision 42:0aaa3b282b6e:

#ifndef MBED_Buttons_H
#define MBED_Buttons_H

/* --------------------------- START_BUTTON --------------------------------- */
/*void buttonSTART_enabled_cb();
void buttonSTART_diable_cb();
void buttonSTART_onpressed_cb();*/
bool get_Button_1();
/* ---------------------------------- END ----------------------------------- */


/* ------------------------- ABBRUCH_BUTTON --------------------------------- */
/*void buttonAbbruch_enabled_cb();
void buttonAbbruch_diable_cb();
void buttonAbbruch_onpressed_cb();*/
bool get_Button_2();
/* ---------------------------------- END ----------------------------------- */


#endif