18 lines
132 B
C
18 lines
132 B
C
|
#ifndef __BSP_KEY_H__
|
||
|
#define __BSP_KEY_H__
|
||
|
|
||
|
|
||
|
#include "CH59x_common.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void BSP_KEY_Init(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // !__BSP_KEY_H__
|