⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shuttle_scan.h

📁 旋转编码开关(飞梭)
💻 H
字号:
/*
*******************************************************************************
*                     (c) Copyright 2008 
*                             All Rights Reserved
*
*                                   Version V1.00
*
* Product Number: 
* Compiler Tool : 
* MCU		: 
* File 		: Shuttle_Scan.h
* By   		: Tom.Yin
* Date 		: 
*******************************************************************************
*/
#ifndef __SHUTTLE_SCAN_H__
#define __SHUTTLE_SCAN_H__

/******************************************************************************
* 			                    INCLUDE FILE
*******************************************************************************
*/

/*
*******************************************************************************
*				                  GLOBAL 
*******************************************************************************
*/
#define SHUTTLE_HOLDE_STILL					0		//None Shuttle Rotate

extern unsigned char New_Shuttle_Flg;				//A new shuttle event flg
//shuttle value, positive express clockwise, negtive express anticlockwise
extern signed char Shuttle_Code;					
/*
*******************************************************************************
* 		                        FUNCTION DECLARE
*******************************************************************************
*/
void Init_Shuttle(void);
void Shuttle_Scan(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -