22 lines
237 B
C
22 lines
237 B
C
#ifndef __EBTN_CB_H_
|
|
#define __EBTN_CB_H_
|
|
|
|
#include "ebtn.h"
|
|
|
|
#include "gpio.h"
|
|
#include "systick.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ebtn_user_init(void);
|
|
|
|
void ebtn_user_process(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|