usbofcomputer00.h

来自「基于PHILIPS的D12芯片USB固件的源代码」· C头文件 代码 · 共 31 行

H
31
字号
/******************************************************************
   本程序只供学习使用,未经作者许可,不得用于其它任何用途

        欢迎访问我的USB专区:http://group.ednchina.com/93/
        欢迎访问我的blog:   http://www.ednchina.com/blog/computer00
                             http://computer00.21ic.org

UsbOfComputer00.H  file

作者:Computer-lov
建立日期: 2007.03.20
修改日期: 2007.03.23
版本:V1.1
版权所有,盗版必究。
Copyright(C) Computer-lov 2007-2017
All rights reserved            
*******************************************************************/

#ifndef __USBOFCOMPUTER00_H__
#define __USBOFCOMPUTER00_H__

//缓冲
extern uint8 idata OutBuffer[64],InBuffer[64];
//数据计数器
extern uint8 idata InCount;
//数据位置
extern uint8 idata pIn;
//溢出标志
extern uint8 idata Overflow;

#endif

⌨️ 快捷键说明

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