Issue #17: Add override function for button
This commit is contained in:
@@ -72,5 +72,10 @@ enum button_state button_read_event();
|
||||
*/
|
||||
void button_deinit();
|
||||
|
||||
/**
|
||||
* @brief This function overrides the button event.
|
||||
* @param state State to set
|
||||
*/
|
||||
void button_override_event(enum button_state state);
|
||||
|
||||
#endif /* __BUTTON_H__ */
|
||||
|
Reference in New Issue
Block a user