You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
159 B
11 lines
159 B
#ifndef _BSP_KEY_H
|
|
#define _BSP_KEY_H
|
|
|
|
#include "bsp_config.h"
|
|
|
|
#define BSP_KEY_NUM_MAX 99
|
|
|
|
extern U8 bsp_key_init(void);
|
|
extern U8 bsp_key_scan(void);
|
|
|
|
#endif
|