📄 example_dps2812m_keyboard.h
字号:
/* =================================================================================
File name: Examle_DPS2812M_KEYBOARD.H (28x version)
Originator: R&D Group
SEED
Description:
Header file containing constants, data type definitions, and
function prototypes for the communication.
=====================================================================================
History:
-------------------------------------------------------------------------------------
03-16-2006 Release Rev 1.0
------------------------------------------------------------------------------*/
#ifndef __Example_DPS2812M_KEYBOARD_H__
#define __Example_DPS2812M_KEYBOARD_H__
volatile unsigned int* KeyValue = (volatile unsigned int *) 0x3600;
volatile unsigned int* KeyScan = (volatile unsigned int *) 0x3500;
interrupt void cpu_timer0_isr(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -