CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 鼠标 单片机

搜索资源列表

  1. PC鼠标

    0下载:
  2. C51单片机实现对PC鼠标的读取与显示具体细节请参考源程序将时钟线接入外部中断数据线接入普通I/O输入输出口-C51 MCU to read the PC mouse and display details please refer to the source clock line access external interrupt data lines access I / O input and output mouth
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:323336
    • 提供者:无语
  1. 单片机实现的俄罗斯方块程序

    0下载:
  2. 单片机实现的俄罗斯方块程序,C代码 //本压缩包包含完整的Keil工程和Proteus仿真文件, //如果你装有Proteus6.5,可以解压后直接运行Lcd-6963256-2.DNS,然后点击播放键|>运行, //用鼠标在串口点击一下就可以用电脑的键盘控制了-MCU Russian squares procedures, C code / / compression of the packet contains the complete Proteus Keil engin
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:365781
    • 提供者:苏先生
  1. USB_shubiao

    0下载:
  2. USB鼠标,单片机的,可以
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:903136
    • 提供者:xd
  1. ATMEL AVR 单片机USB功能开发包3

    0下载:
  2. AVR USB Software Packages 7 ATMEL AVR usb开发套件源代码开发代码,包括USB鼠标,键盘,usb桥接器,大容量存储器,SD/MMC/DF存储器等IAR,gcc 源代码和上位机C++,JAVE等源代码;
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-01-18
    • 文件大小:7340032
    • 提供者:liujijun
  1. ps2_mouse.单片机与PS2鼠标接口设计

    0下载:
  2. 单片机与PS2鼠标接口设计 采用中断或查询多种方式,SCM and PS2 mouse interface design interruption or query a variety of ways
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-26
    • 文件大小:8137
    • 提供者:张斌
  1. USB-Device-HID-Mouse

    0下载:
  2. 用带USB模块的PIC单片机做的USB鼠标程序源代码-USB module with a PIC microcontroller with a USB mouse to do source code
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:99707
    • 提供者:柏兆兰
  1. usbm

    1下载:
  2. 实现单片机和PC的USB通信,并识单片机为USB鼠标 使用KEIL C编程,已经经过验证。源码包括USB通信模块, 鼠标操作模块。内有详细使用说明-Achieve the microcontroller and PC, USB communications, and knowledge to use MCU for the USB mouse KEIL C programming, has been verified. Source, including USB communication mo
  3. 所属分类:USB develop

    • 发布日期:2015-05-26
    • 文件大小:167239
    • 提供者:赵牧
  1. PS2

    0下载:
  2. 显示及鼠标、键盘切换程序。使用STC单片机-Display and mouse, keyboard switch procedures. The use of STC Singlechip
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:134408
    • 提供者:萧龙
  1. UsbMouse

    0下载:
  2. 基于AT91SAM7S64单片机的USB鼠标的实现。-AT91SAM7S64-based single-chip implementation of the USB mouse.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:56599
    • 提供者:张伟
  1. MOUSE

    0下载:
  2. 鼠标的单片机驱动程序 把鼠标的四条线接在89c52 上把程序编译好后下载进去 就可使用。但要看好接口。-failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:8234
    • 提供者:liuchao
  1. UsbMouse

    0下载:
  2. HID usb设备的单片机固件程序,能自己用单片机控制鼠标。-HID usb device microcontroller firmware to control their mouse using single-chip microcomputer.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:103236
    • 提供者:柏兆来
  1. 70b24759-d809-43c4-9f8c-9a1e326c266d

    0下载:
  2. 鼠标与单片机完整程序 在keil里编译通过且经过硬件调试-Mouse with a complete single-chip program in keil compiler hardware debugging through and through
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:15384
    • 提供者:位小记
  1. ps2_mouse_driver

    0下载:
  2. 利用MSC系列单片机 89S51 模拟PS2协议 对鼠标进行读写控制 可以再LCD1602 上显示坐标和鼠标按键值-used MSC series MCU 89S51 to drive PS2 mouse ,display the keyvalue and position
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:29722
    • 提供者:蔡德洋
  1. PS2MouseAnd51MCU

    0下载:
  2. 用51单片机实现PS2鼠标的数据读取,并通过串口发送移动时返回的数据。内附做实验时鼠标的主控芯片资料和那篇经典的PS2协议资料。已经把相关的函数放在不同的文件里了,加了头文件可以直接用。-PS2 with 51 single-chip realization of the mouse to read the data and move through the serial port to send data to return. Containing the mouse experiments,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-04
    • 文件大小:1251657
    • 提供者:youzuo
  1. PS2MOUSE

    0下载:
  2. 用51单片机写的一个PS2鼠标的DPI可变的FIRMWARE-51 single-chip microcomputer with a PS2 mouse to write the DPI variable FIRMWARE
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:7112
    • 提供者:余凡
  1. UsbMouse

    0下载:
  2. 51单片机中USB鼠标实现子程序,可以完成51lcd显示屏上的鼠标使用。-51 SCM realizing subroutines in the USB mouse
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:7316
    • 提供者:安宝磊
  1. PS2-Mouse

    0下载:
  2. 单片机控制PS2接口鼠标实验,是学习鼠标协议写法的很好的实例,可显示3键PS2鼠标当前按下的键并带有蜂鸣器提示键按下。同时在1602液晶屏上有相应的显示,显示当前按下的键。如果没有按下任何键则显示没有按键按下。-SCM control PS2 interface, the mouse experiments, the mouse protocol to learn writing a good example, can display the current 3 button PS2 mouse
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:21414
    • 提供者:钟秀良
  1. mouse

    1下载:
  2. 单片机模拟ps2鼠标,可以模拟的-Microcontroller analog ps2 mouse, ha ha ha ha ha ha can be simulated
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1440
    • 提供者:hj
  1. PS2

    0下载:
  2. 51单片机 LCD1602 PS2鼠标 代码,Keil C开发,实现鼠标功能,包括滚轮Z,X,Y轴的测量,和显示。-51 SCM LCD1602 PS2 mouse code, Keil C development, to achieve the mouse functions, including the wheel Z, X, Y-axis measurement, and display.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:620224
    • 提供者:李球
  1. mcu-mouse

    0下载:
  2. 单片机鼠标,利用单片机和一些基本电子芯片仿真鼠标-SCM mouse, the use of some basic electronic chip microcontroller and mouse emulation
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:100651
    • 提供者:WD
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com