initial commit
This commit is contained in:
19
hal/hal_keypad/hal_interface_keypad.h
Executable file
19
hal/hal_keypad/hal_interface_keypad.h
Executable file
@@ -0,0 +1,19 @@
|
||||
/******************************************************************************************/
|
||||
#ifndef __HAL_INTERFACE_KEYPAD_H__
|
||||
#define __HAL_INTERFACE_KEYPAD_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "hal.h"
|
||||
|
||||
uint32_t hal_keypad_init();
|
||||
|
||||
uint32_t hal_keypad_deinit();
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __HAL_INTERFACE_KEYPAD_H__ */
|
||||
|
||||
Reference in New Issue
Block a user