代码拉取完成,页面将自动刷新
同步操作将从 ianhom/Btn_State_Machine_Module 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/******************************************************************************
* File : Btn_SM_Config.h
* Function : Configure file for button state machine module.
* description: All configuration should be done here.
* 1. Modify number of used button with MAX_BTN_ST
* 2. Define __BTN_SM_SPECIFIED_BTN_ST_FN if you want use specified
* button state getting function for each button.
* Version : V1.10
* Author : Ian
* Date : 15th Jun 2016
* History : No. When Who Version What
* 1 15/Jun/2016 Ian V1.10 Create
******************************************************************************/
#ifndef _BTN_SM_CONFIG_
#define _BTN_SM_CONFIG_
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_BTN_CH (3) /* Max number of buttons, please define it here */
/* If you want to use specified button state getting function, define the MACRO */
//#define __BTN_SM_SPECIFIED_BTN_ST_FN /* Use specified button state getting function */
/* If type is NOT defined, define the type here */
typedef unsigned char uint8;
typedef unsigned short int uint16;
typedef unsigned long int uint32;
#ifdef __cplusplus
}
#endif
#endif /* _BTN_SM_CONFIG_ */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。