搜索资源列表
MSP430c
- MSP430常用模块程序,采用c语言编写 分为:调试程序 框架程序 异步串行通信程序(点对点通信) 异步串行通信程序(地址位模式多机通信) 异步串行通信程序(空闲模式多机通信) 定时中断程序 PWM输出程序 捕获脉冲信号周期程序 软件模拟异步串行通信程序 基本定时器程序 FLASH擦写程序 非行列式键盘程序 行列式键盘程序 DMA数据传输程序 软件模拟IIC总线读写24C02程序 FLL+锁频环程序
moli_PCKEY
- 模拟计算机的键盘实现原理,按任意键可以显示-simulation computer keyboard Principle, by arbitrary keys show
ucos_multiple
- uc/os的多任务处理。20ms间隔,对模拟输入进行采样,电压检测,键盘输入检测。-uc/os,A/D
PS2Keyboard
- 瑞萨M16C编写的模拟PS2主机与标准键盘通讯程序.完整的工程文件,测试可用.-Renesas M16C IC. Work as PS2 Host to communicate with standrad keyboard. works properly thought testing.
AT91RM9200-PS2MousePS2KeyBoard
- 在AT91RM9200的平台上,分别通过软件模拟和SPI的方式实现PS2协议,并完成键盘数据和鼠标数据的读取,并通过PS2协议点亮键盘上的LED。注,标准鼠标和扩展鼠标(带滚轮)都已实现-Platform in the AT91RM9200, respectively, through software simulation and PS2 way SPI agreement and the completion of the keyboard data and mouse data to re
PS2_ARM
- LPC2000模拟PS2协议源程序,ARM PS2驱动程序,使用普通GPIO口模拟PS2协议,可直接驱动键盘、条码找描枪等设备-ARM PS2 drivers, using ordinary analog PS2 agreement GPIO port can directly drive the keyboard, bar code scanning to find guns and other equipment
sim51_USBkeyboard
- 51单片机模拟一个USB键盘,附带原理图说明-use 51 seriers micro processor simulates a USB keyboard 51
111
- proteus模拟键盘 仿真 0-F 已通过验证-proteus simulate keyboard simulation 0-F has been verified
Elevator
- 基于51单片机的模拟电梯控制及显示程序,通过AD采样反馈楼层数,通过键盘的16个按键模拟每层楼的呼叫信息,和目的楼层的命令信息,通过动态数码管显示楼层。-Tool Elevator control and display program based on MCU AT89C52
MSP430_keypad
- 本本资料是用于MSP430单片机的开发,主要是在PROTEUS中进行的仿真,仿真内容主要是对4*4键盘进行模拟,并显示的电路及其IAR工程。-Books are used by MSP430 MCU development, mainly carried out in the PROTEUS simulation, simulation content mainly for 4* 4 keyboard to simulate and display circuit and IAR works.
majiangjifen
- 此款代码为模拟麻将计分的C51程序,用LCD12864显示,矩阵键盘-This section code for the C51 analog Mahjong scoring procedures, with LCD12864 display, matrix keyboard
430F149-super
- 430例程大全,值得收藏 | |——3-1 调试程序 |——5-1 框架程序 |——6-1 异步串行通信程序(点对点通信) |——6-2 异步串行通信程序(地址位模式多机通信) |——6-3 异步串行通信程序(空闲模式多机通信) |——7-1 定时中断程序 |——7-2 PWM输出程序 |——7-3 捕获脉冲信号周期程序 |——7-4 软件模拟异步串行通信程序 |——7-5 基本定时器程序 |——8-
jipingfeicheUSB
- 使用stm32模拟一个简单的键盘 来操控极品飞车的游戏 程序是在官方的基础上改的-Using STM32 simulation of a simple keyboard to control the speed of the game program is based on the change in the official
dianti
- 单片机模拟电梯,用矩阵键盘,kielu vision4,c语言-Elevator microcontroller simulation, matrix keyboard, kielu vision4, c language
stm32_MyUSB_HID_Test
- 本程序能够模拟手柄基本功能的键,并可以做一般的游戏应用,增加了键盘扫描程序,不使用中断来处理。将方向键换为摇杆来使用。-This program can simulate the basic function of the handle keys, and can do the general game applications, also including keyboard scanning process,it does not use interrupt.
基于stm32f103rc的USB_HID模拟键盘并发送卡号成功
- 1、基于stm23f103c8t6的开发板开发,外接rc522读卡板。 2,实现让windows系统把设备认成hid键盘,当刷M1卡时,把4字节的卡号以键盘输入的形式上送到电脑。 3,已在xp,win7系统上测试。把鼠标放在文本输入框中,刷卡,卡号即可显示在文本框中,并回车换行。(1, based on the stm23f103c8t6 development board development, external rc522 read card board. 2, to achieve
stm32模拟键盘鼠标
- 用cubemx生成,可以实现键盘和鼠标的模拟,验证可以使用!