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

📄 example_dps2812m_keyboard.h

📁 合众达开发的2812板的测试历程
💻 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 + -