虽然显示翻车了,其他部分还好,按钮成功调用,电机实现冷启动
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* button.h
|
||||
*
|
||||
* Created on: 2021年10月3日
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
|
||||
#ifndef BUTTON_H_
|
||||
#define BUTTON_H_
|
||||
|
||||
#include "main.h"
|
||||
|
||||
struct button
|
||||
{
|
||||
int code;
|
||||
uint8_t lock;
|
||||
uint32_t time;
|
||||
int times;
|
||||
};
|
||||
|
||||
void GEI_BUTTON_CODE(struct button *bt,uint8_t in);
|
||||
|
||||
#endif /* BUTTON_H_ */
|
||||
Reference in New Issue
Block a user