提交按键库例程

This commit is contained in:
2025-12-29 19:10:44 +08:00
parent 17d380e709
commit c040394bfd
48 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#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