acprd_encoder.h

来自「source code for a sample alarm control p」· C头文件 代码 · 共 25 行

H
25
字号
//=============================================================================
// File: ACPRD_ENCODER.H - V1.00
// Rem.: The ACPRD Project Page on the Web -> http://hc12web.de/acprd
//=============================================================================

#ifndef __ACPRD_ENCODER_H
#define __ACPRD_ENCODER_H

//-- Includes -----------------------------------------------------------------

//-- Definitions --------------------------------------------------------------

//-- Extern Declarations ------------------------------------------------------

//-- Function Prototypes ------------------------------------------------------

void initEncoder(void);
INT16 hasEncoder(void);
INT16 getEncoder(void);
void isrIC0(void);
void isrIC1(void);

#endif //__ACPRD_ENCODER_H ====================================================

⌨️ 快捷键说明

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