logo readme.txt

来自「利用CY单片机CY7C637XX编写的USB鼠标程序」· 文本 代码 · 共 23 行

TXT
23
字号
***** 637xx Logo Firmware Readme *****

2/16/2000


This release has three files 

* 637xx.inc
* USB.inc
* 637logo.asm

637xx.inc contains the register addresses and bit 
constants for the CY7C637xx series of microcontrollers.

USB.inc contains constants from the USB specification,
mostly from Chapter 9.

637logo.asm is the main file that handles endpoint 0 and 1.
This firmware enumerates as a HID mouse and sends mouse
movement to the host every time it gets an IN on endpoint 1.
If you turn on mouse cursor trails, you should see USB
being drawn on the screen.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?