搜索资源列表
2407
- TMS2407开发平台键盘LED试验,键盘输入0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,LED输出0,1,2,3,4,5,6,7,8,9,-,E,H,L,NU-press the key and the leds display the key value! the key value is from:0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f the leds dislay the value as:0,1,2,3,4,5,6,7,8,9,-,
key
- 单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define I
juzhenjianpanmokuai
- 矩阵键盘的基本方案思路! #include"key.h" void main() { while(1) { key_read() } }-Matrix basic program of keyboard ideas! #include"key.h" void main() { while(1) { key_read() } }
Pic16C54
- 序列号: ·存放位置:00H,01H和02H存放发射器的序列号,其中,00H存放低位序列号,02H存放高位序列号;-Serial number: · store location: 00 h, 01 h and h storage emitter of the serial number, among them, 00 h deposit low key, 02 h storage high serial number
HIDKeys
- This the README file for the HIDKeys USB device. HIDKeys is an example application for implementing an USB keyboard conforming to the USB Device Class Definition for Human Interface Devices (HID) . It is based on Objective Development s firm
STM32基于HAL库开发矩阵按键设计
- 文档包括key.c和key.h以及按键的原理图,适用于各种引脚接口。