-
FPGA verilog PS2 鼠标控制LED
FPGA verilog PS2 鼠标控制LED PS2接收模块(电脑接收,鼠标发送) PS2_CLK信号由PS2设备产生,即鼠标在产生时钟的同时向主机送出数据,主机在PS2_CLK信号的下降沿读取(锁存)每个位。/*标准的鼠标有两个计数器保持位移的跟踪:X位移计数器和Y位移计数器。**可存放9位的2进制补码,并且每个计数器都有相关的溢出标志。**它们的内容连同三个鼠标按钮的状态一起以三字节移动数据包的形式发送给主机。**位移计数器表示从最后一次位移数据包被送往主机后有位移量发生。**位移计数器是一个9位2的补码整数。它的最高位作为符号位出现在位移数据包的第一个字节里。
- 2022-07-12 01:00:10下载
- 积分:1
-
cc2530,按键控制LED流水灯
cc2530套件, 实现按键控制LED流水灯闪烁,C代码,基于iar810环境
- 2022-01-22 00:17:32下载
- 积分:1
-
利用IO口来模拟实现MSP430 IIC总线通信功能,完对外部扩展器件的访问。...
利用IO口来模拟实现MSP430 IIC总线通信功能,完对外部扩展器件的访问。 -Mouth to simulate the use of IO to achieve MSP430 IIC bus communication features, the external expansion devices End visit.
- 2022-03-24 11:47:13下载
- 积分:1
-
" DSP Principle and Application of Technology" DSP
《DSP原理及其应用技术
》DSP相关部分器件资料和原理图库-" DSP Principle and Application of Technology" DSP-related part of the principle of device information and library
- 2022-05-25 15:13:17下载
- 积分:1
-
arm7 lpc2103 的keil 程序开发包 非常有参考价值
arm7 lpc2103 的keil 程序开发包 非常有参考价值-arm7 lpc2103 the keil program development kit reference value
- 2023-05-07 14:30:03下载
- 积分:1
-
ARM嵌入式微处理器体系结构―基于32位微处理器与实时操作系统...
ARM嵌入式微处理器体系结构―基于32位微处理器与实时操作系统-ARM embedded microprocessor architecture- based on 32-bit microprocessor and real-time operating system
- 2022-01-25 23:34:20下载
- 积分:1
-
真正的
嵌入式实时操作系统uC/OS-II源代码,大家-Real-time operating system embedded uC/OS-II source code, let us look at
- 2022-01-26 02:56:50下载
- 积分:1
-
此程序是为51开发的数控电源所写,精度较高,扩展性好
此程序是为51开发的数控电源所写,精度较高,扩展性好-This procedure is developed for the 51 written by NC power, higher accuracy, better scalability
- 2022-05-15 12:49:08下载
- 积分:1
-
速度高达54Mbps的IEEE802.11a无线LAN协议
速度高达54Mbps的IEEE802.11a无线LAN协议-speeds up to 54Mbps of IEEE802.11a wireless LAN protocol
- 2022-01-26 04:09:33下载
- 积分:1
-
开发代码来评估函数调用,类型铸造和代码流算法。
Develop code to evaluate function calls, type casting and code flow algorithms for performance.
Programming assignment 4 is exploring the use of Shared Memory (shm).
//
// This program configures the shm region, accepts user input, and stores
// the user msg in shm.
//
// Scope:
// Open and attach to shm region
// while runable
// shm allowed to write
// clear message
// prompt user for msg
// store msg in shm
// if msg begins with "end", detach from shm
// allow program 2 to resume
// exit
//
-Develop code to evaluate function calls, type casting and code flow algorithms for performance.
Programming assignment 4 is exploring the use of Shared Memory (shm).
//
// This program configures the shm region, accepts user input, and stores
// the user msg in shm.
//
// Scope:
// Open and attach to shm region
// while runable
// shm allowed to write
// clear message
// prompt user for msg
// store msg in
- 2022-03-14 14:23:14下载
- 积分:1