Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Buttons.h

Committer:
scherfa2
Date:
2019-05-13
Revision:
38:3776ee18e56f
Parent:
35:758191d5c6e1

File content as of revision 38:3776ee18e56f:

#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